From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:51:46 +0000 (-0600) Subject: rc1 for release 1.9.0 (#1186) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=007c0c1ac64daede1df9454335fb9129ef4e7e57;p=gpsbabel.git rc1 for release 1.9.0 (#1186) --- diff --git a/gbversion.cmake b/gbversion.cmake index 1a06dbc44..dfad1ac24 100644 --- a/gbversion.cmake +++ b/gbversion.cmake @@ -14,14 +14,14 @@ # By defining the version here we minimize the number of locations # containing the definition to gbversion.pri and gbversion.cmake. -set(GB.VERSION 1.8.0) # also change in gbversion.pri +set(GB.VERSION 1.9.0) string(REPLACE "." ";" VERSION_COMPONENTS ${GB.VERSION}) list(GET VERSION_COMPONENTS 0 GB.MAJOR) list(GET VERSION_COMPONENTS 1 GB.MINOR) list(GET VERSION_COMPONENTS 2 GB.MICRO) # Increase GB.BUILD for a new release (why? Where is this ever used?) # A: it's used by win32/gpsbabel.rc which includes gbversion.h -set(GB.BUILD 32 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.") +set(GB.BUILD 33 CACHE STRING "Fourth component of Windows VERSIONINFO resource FILEVERSION and PRODUCTVERSION parameters.") set(GB.PACKAGE_RELEASE "" CACHE STRING "String to append to VERSION tuple.") # .e.g. "-beta20190413" set(GB.SHA $ENV{GITHUB_SHA}) if(DEFINED ENV{GITHUB_SHA}) diff --git a/gui/aboutui.ui b/gui/aboutui.ui index b96ed8495..d8a501d57 100644 --- a/gui/aboutui.ui +++ b/gui/aboutui.ui @@ -83,7 +83,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> diff --git a/gui/coretool/core_strings.h b/gui/coretool/core_strings.h index f71707686..b72f97206 100644 --- a/gui/coretool/core_strings.h +++ b/gui/coretool/core_strings.h @@ -1,12 +1,3 @@ -QT_TRANSLATE_NOOP("core","Brauniger IQ Series Barograph Download") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Cambridge/Winpilot glider software") QT_TRANSLATE_NOOP("core","Columbus/Visiontac V900 files (.csv)") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -15,6 +6,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Comma separated values") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -23,6 +15,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Data Logger iBlue747 csv") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -31,38 +24,17 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Data Logger iBlue757 csv") -QT_TRANSLATE_NOOP("core","DeLorme GPL") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","DeLorme Street Atlas Plus") -QT_TRANSLATE_NOOP("core","Keep turns if simplify filter is used") -QT_TRANSLATE_NOOP("core","Only read turns; skip all other points") -QT_TRANSLATE_NOOP("core","Split into multiple routes at turns") -QT_TRANSLATE_NOOP("core","Read control points as waypoint/route/none") -QT_TRANSLATE_NOOP("core","Synthesize track times") -QT_TRANSLATE_NOOP("core","DeLorme Street Atlas Route") -QT_TRANSLATE_NOOP("core","Destinator Itineraries (.dat)") -QT_TRANSLATE_NOOP("core","Destinator Points of Interest (.dat)") -QT_TRANSLATE_NOOP("core","Destinator TrackLogs (.dat)") -QT_TRANSLATE_NOOP("core","EasyGPS binary format") QT_TRANSLATE_NOOP("core","Set waypoint name to source filename") QT_TRANSLATE_NOOP("core","Time-frame (in seconds)") QT_TRANSLATE_NOOP("core","Locate waypoint for tagging by this name") QT_TRANSLATE_NOOP("core","!OVERWRITE! the original file. Default=N") +QT_TRANSLATE_NOOP("core","Image Offset Time (+HH:MM or -HH:MM)") QT_TRANSLATE_NOOP("core","Embedded Exif-GPS data (.jpg)") -QT_TRANSLATE_NOOP("core","Time zone ID") -QT_TRANSLATE_NOOP("core","Energympro GPS training watch") -QT_TRANSLATE_NOOP("core","Enigma binary waypoint file (.ert)") QT_TRANSLATE_NOOP("core","Source for name field in .dbf") QT_TRANSLATE_NOOP("core","Source for URL field in .dbf") QT_TRANSLATE_NOOP("core","ESRI shapefile") -QT_TRANSLATE_NOOP("core","F90G Automobile DVR GPS log file") QT_TRANSLATE_NOOP("core","(integer sec or 'auto') Barograph to GPS time diff") QT_TRANSLATE_NOOP("core","FAI/IGC Flight Recorder Data Format") QT_TRANSLATE_NOOP("core","Read all points even if latitude or longitude is missing") @@ -75,25 +47,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","FlySight GPS File") -QT_TRANSLATE_NOOP("core","Default speed for waypoints (knots/hr)") -QT_TRANSLATE_NOOP("core","Split input into separate files") -QT_TRANSLATE_NOOP("core","Franson GPSGate Simulation") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Fugawi") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Garmin 301 Custom position and heartrate") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -102,8 +56,8 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Garmin G1000 datalog input filter file") -QT_TRANSLATE_NOOP("core","Garmin Logbook XML") QT_TRANSLATE_NOOP("core","Default category on output (1..16)") QT_TRANSLATE_NOOP("core","Bitmap of categories") QT_TRANSLATE_NOOP("core","Version of gdb file to generate (1..3)") @@ -127,6 +81,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Garmin POI database") QT_TRANSLATE_NOOP("core","Enable alerts on speed or proximity distance") QT_TRANSLATE_NOOP("core","Use specified bitmap on output") @@ -153,6 +108,7 @@ QT_TRANSLATE_NOOP("core","Sync GPS time to computer time") QT_TRANSLATE_NOOP("core","Category number to use for written waypoints") QT_TRANSLATE_NOOP("core","Bitmap of categories") QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (baud=9600)") +QT_TRANSLATE_NOOP("core","override codec to use for device") QT_TRANSLATE_NOOP("core","Garmin serial/USB protocol") QT_TRANSLATE_NOOP("core","Write course rather than history, default yes") QT_TRANSLATE_NOOP("core","Sport: Biking (deflt), Running, MultiSport, Other") @@ -160,19 +116,8 @@ QT_TRANSLATE_NOOP("core","Garmin Training Center (.tcx/.crs/.hst/.xml)") QT_TRANSLATE_NOOP("core","Default icon name") QT_TRANSLATE_NOOP("core","Omit Placer name") QT_TRANSLATE_NOOP("core","Geocaching.com .loc") -QT_TRANSLATE_NOOP("core","Geogrid-Viewer ascii overlay file (.ovl)") -QT_TRANSLATE_NOOP("core","Geogrid-Viewer binary overlay file (.ovl)") -QT_TRANSLATE_NOOP("core","Geogrid-Viewer tracklogs (.log)") QT_TRANSLATE_NOOP("core","Compact Output. Default is off.") QT_TRANSLATE_NOOP("core","GeoJson") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","GEOnet Names Server (GNS)") QT_TRANSLATE_NOOP("core","Erase device data after download") QT_TRANSLATE_NOOP("core","Only erase device data, do not download anything") QT_TRANSLATE_NOOP("core","GlobalSat DG-100/BT-335 Download") @@ -185,7 +130,6 @@ QT_TRANSLATE_NOOP("core","Dump raw data to this file") QT_TRANSLATE_NOOP("core","Dump raw data to this file") QT_TRANSLATE_NOOP("core","Time zone ID") QT_TRANSLATE_NOOP("core","GlobalSat GH625XT GPS training watch") -QT_TRANSLATE_NOOP("core","Google Directions XML") QT_TRANSLATE_NOOP("core","Default icon name") QT_TRANSLATE_NOOP("core","Export linestrings for tracks and routes") QT_TRANSLATE_NOOP("core","Export placemarks for tracks and routes") @@ -202,7 +146,7 @@ QT_TRANSLATE_NOOP("core","Retain at most this number of position points (0 = un QT_TRANSLATE_NOOP("core","Rotate colors for tracks and routes (default automatic)") QT_TRANSLATE_NOOP("core","Precision of coordinates, number of decimals") QT_TRANSLATE_NOOP("core","Google Earth (Keyhole) Markup Language") -QT_TRANSLATE_NOOP("core","Google Navigator Tracklines (.trl)") +QT_TRANSLATE_NOOP("core","Google Takeout Location History") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") @@ -210,6 +154,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","GPS Tracking Key Pro text") QT_TRANSLATE_NOOP("core","GPS TrackMaker") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") @@ -219,6 +164,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","GPSBabel arc filter file") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -227,6 +173,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","GpsDrive Format") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -235,6 +182,7 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","GpsDrive Format for Tracks") QT_TRANSLATE_NOOP("core","Length of generated shortnames") QT_TRANSLATE_NOOP("core","No whitespace in generated shortnames") @@ -245,8 +193,6 @@ QT_TRANSLATE_NOOP("core","Add info (depth) as Humminbird extension") QT_TRANSLATE_NOOP("core","Add info (depth) as Garmin extension") QT_TRANSLATE_NOOP("core","Precision of elevations, number of decimals") QT_TRANSLATE_NOOP("core","GPX XML") -QT_TRANSLATE_NOOP("core","HikeTech") -QT_TRANSLATE_NOOP("core","Holux (gm-100) .wpo Format") QT_TRANSLATE_NOOP("core","MTK compatible CSV output file") QT_TRANSLATE_NOOP("core","Holux M-241 (MTK based) Binary File Format") QT_TRANSLATE_NOOP("core","Erase device data after download") @@ -263,44 +209,6 @@ QT_TRANSLATE_NOOP("core","Units for altitude (f)eet or (m)etres") QT_TRANSLATE_NOOP("core","HTML Output") QT_TRANSLATE_NOOP("core","Humminbird tracks (.ht)") QT_TRANSLATE_NOOP("core","Humminbird waypoints and routes (.hwr)") -QT_TRANSLATE_NOOP("core","Index of track to write (if more than one in source)") -QT_TRANSLATE_NOOP("core","IGN Rando track files") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","iGo Primo points of interest (.upoi)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","iGO2008 points of interest (.upoi)") -QT_TRANSLATE_NOOP("core","Track identification number") -QT_TRANSLATE_NOOP("core","Track title") -QT_TRANSLATE_NOOP("core","Track description") -QT_TRANSLATE_NOOP("core","IGO8 .trk") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Kompass (DAV) Track (.tk)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Kompass (DAV) Waypoints (.wp)") QT_TRANSLATE_NOOP("core","(USR input) Ignore event marker icons on read") QT_TRANSLATE_NOOP("core","(USR output) Treat waypoints as icons on write") QT_TRANSLATE_NOOP("core","(USR output) Merge into one segmented trail") @@ -310,66 +218,6 @@ QT_TRANSLATE_NOOP("core","(USR output) Output file title string") QT_TRANSLATE_NOOP("core","(USR output) Device serial number") QT_TRANSLATE_NOOP("core","(USR output) Output file content description") QT_TRANSLATE_NOOP("core","Lowrance USR") -QT_TRANSLATE_NOOP("core","Default icon name") -QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)") -QT_TRANSLATE_NOOP("core","Magellan SD files (as for eXplorist)") -QT_TRANSLATE_NOOP("core","Default icon name") -QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)") -QT_TRANSLATE_NOOP("core","Magellan SD files (as for Meridian)") -QT_TRANSLATE_NOOP("core","Default icon name") -QT_TRANSLATE_NOOP("core","Max number of comments to write (maxcmts=200)") -QT_TRANSLATE_NOOP("core","Numeric value of bitrate (baud=4800)") -QT_TRANSLATE_NOOP("core","Suppress use of handshaking in name of speed") -QT_TRANSLATE_NOOP("core","Delete all waypoints") -QT_TRANSLATE_NOOP("core","Magellan serial protocol") -QT_TRANSLATE_NOOP("core","MagicMaps IK3D project file (.ikt)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Mainnav") -QT_TRANSLATE_NOOP("core","Include only via stations in route") -QT_TRANSLATE_NOOP("core","Map&Guide 'TourExchangeFormat' XML") -QT_TRANSLATE_NOOP("core","MapAsia track file (.tr7)") -QT_TRANSLATE_NOOP("core","Mapbar (China) navigation track for Sonim Xp3300") -QT_TRANSLATE_NOOP("core","Mapfactor Navigator") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Mapopolis.com Mapconverter CSV") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","MapTech Exchange Format") -QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (autodetect=0)") -QT_TRANSLATE_NOOP("core","Download logged fixes") -QT_TRANSLATE_NOOP("core","Erase device data after download") -QT_TRANSLATE_NOOP("core","Show device status") -QT_TRANSLATE_NOOP("core","Enable logging after download") -QT_TRANSLATE_NOOP("core","MediaTek Locus") -QT_TRANSLATE_NOOP("core","Write items 'locked' [default no]") -QT_TRANSLATE_NOOP("core","Write items 'visible' [default yes]") -QT_TRANSLATE_NOOP("core","Write files with internal version [n]") -QT_TRANSLATE_NOOP("core","Memory-Map Navigator overlay files (.mmo)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Microsoft Streets and Trips 2002-2007") QT_TRANSLATE_NOOP("core","Baud rate used for download") QT_TRANSLATE_NOOP("core","Dump raw data to this file") QT_TRANSLATE_NOOP("core","Erase device data after download") @@ -389,19 +237,6 @@ QT_TRANSLATE_NOOP("core","MiniHomer, a skyTraq Venus 6 based logger (download tr QT_TRANSLATE_NOOP("core","Garmin Mobile XT ([ATRK]/STRK)") QT_TRANSLATE_NOOP("core","Track name processing option ([0]-nrm/1-ign)") QT_TRANSLATE_NOOP("core","Mobile Garmin XT Track files") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Motoactiv CSV") -QT_TRANSLATE_NOOP("core","Index of route to write (if more than one in source)") -QT_TRANSLATE_NOOP("core","New name for the route") -QT_TRANSLATE_NOOP("core","Radius of our big earth (default 6371000 meters)") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","Motorrad Routenplaner (Map&Guide) .bcr files") QT_TRANSLATE_NOOP("core","MTK compatible CSV output file") QT_TRANSLATE_NOOP("core","MTK Logger (iBlue 747,...) Binary File Format") QT_TRANSLATE_NOOP("core","Erase device data after download") @@ -410,45 +245,10 @@ QT_TRANSLATE_NOOP("core","Enable logging after download") QT_TRANSLATE_NOOP("core","MTK compatible CSV output file") QT_TRANSLATE_NOOP("core","Size of blocks in KB to request from device") QT_TRANSLATE_NOOP("core","MTK Logger (iBlue 747,Qstarz BT-1000,...) download") -QT_TRANSLATE_NOOP("core","MyNav TRC format") QT_TRANSLATE_NOOP("core","Datum (default=NAD27)") QT_TRANSLATE_NOOP("core","National Geographic Topo .tpg (waypoints)") QT_TRANSLATE_NOOP("core","National Geographic Topo 2.x .tpo") QT_TRANSLATE_NOOP("core","National Geographic Topo 3.x/4.x .tpo") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Navigon Waypoints") -QT_TRANSLATE_NOOP("core","Delete all track points") -QT_TRANSLATE_NOOP("core","Delete all routes") -QT_TRANSLATE_NOOP("core","Delete all waypoints") -QT_TRANSLATE_NOOP("core","Clear the datalog") -QT_TRANSLATE_NOOP("core","Read from datalogger buffer") -QT_TRANSLATE_NOOP("core","Command unit to power itself down") -QT_TRANSLATE_NOOP("core","NaviGPS GT-11/BGT-11 Download") -QT_TRANSLATE_NOOP("core","NaviGPS GT-31/BGT-31 datalogger (.sbp)") -QT_TRANSLATE_NOOP("core","NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)") -QT_TRANSLATE_NOOP("core","Navitel binary track (.bin)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Navitrak DNA marker format") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","NIMA/GNIS Geographic Names File") QT_TRANSLATE_NOOP("core","Max length of waypoint name to write") QT_TRANSLATE_NOOP("core","Read/write GPRMC sentences") QT_TRANSLATE_NOOP("core","Read/write GPGGA sentences") @@ -462,8 +262,6 @@ QT_TRANSLATE_NOOP("core","Speed in bits per second of serial port (baud=4800)") QT_TRANSLATE_NOOP("core","Write tracks for Gisteq Phototracker") QT_TRANSLATE_NOOP("core","Accept position fixes in gpgga marked invalid") QT_TRANSLATE_NOOP("core","NMEA 0183 sentences") -QT_TRANSLATE_NOOP("core","Compact binary representation") -QT_TRANSLATE_NOOP("core","Nokia Landmark Exchange") QT_TRANSLATE_NOOP("core","Write additional way tag key/value pairs") QT_TRANSLATE_NOOP("core","Write additional node tag key/value pairs") QT_TRANSLATE_NOOP("core","Use this value as custom created_by value") @@ -481,24 +279,6 @@ QT_TRANSLATE_NOOP("core","Unit used in proximity values") QT_TRANSLATE_NOOP("core","codec to use for reading and writing strings (default windows-1252)") QT_TRANSLATE_NOOP("core","OziExplorer") QT_TRANSLATE_NOOP("core","Qstarz BL-1000") -QT_TRANSLATE_NOOP("core","Default location") -QT_TRANSLATE_NOOP("core","Raymarine Waypoint File (.rwf)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","Ricoh GPS Log File") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","See You flight analysis data") QT_TRANSLATE_NOOP("core","Erase device data after download") QT_TRANSLATE_NOOP("core","Set location finder target location as lat,lng") QT_TRANSLATE_NOOP("core","Configure logging parameter as tmin:tmax:dmin:dmax") @@ -522,7 +302,6 @@ QT_TRANSLATE_NOOP("core","GPS time at position video_time (hhmmss[.sss], default QT_TRANSLATE_NOOP("core","GPS date at position video_time (yyyymmdd, default is first timestamp of track)") QT_TRANSLATE_NOOP("core","Format for subtitles") QT_TRANSLATE_NOOP("core","SubRip subtitles for video mapping (.srt)") -QT_TRANSLATE_NOOP("core","Swiss Map 25/50/100 (.xol)") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") @@ -530,8 +309,8 @@ QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") +QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") QT_TRANSLATE_NOOP("core","Tab delimited fields useful for OpenOffice") -QT_TRANSLATE_NOOP("core","Teletype [ Get Jonathon Johnson to describe") QT_TRANSLATE_NOOP("core","Suppress separator lines between waypoints") QT_TRANSLATE_NOOP("core","Encrypt hints using ROT13") QT_TRANSLATE_NOOP("core","Include groundspeak logs if present") @@ -539,33 +318,6 @@ QT_TRANSLATE_NOOP("core","Degrees output as 'ddd', 'dmm'(default) or 'dms'") QT_TRANSLATE_NOOP("core","Units for altitude (f)eet or (m)etres") QT_TRANSLATE_NOOP("core","Write each waypoint in a separate file") QT_TRANSLATE_NOOP("core","Textual Output") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","TomTom Itineraries (.itn)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","TomTom Places Itineraries (.itn)") -QT_TRANSLATE_NOOP("core","Max synthesized shortname length") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","UPPERCASE synth. shortnames") -QT_TRANSLATE_NOOP("core","Make synth. shortnames unique") -QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") -QT_TRANSLATE_NOOP("core","Use shortname instead of description") -QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") -QT_TRANSLATE_NOOP("core","TomTom POI file (.asc)") -QT_TRANSLATE_NOOP("core","TomTom POI file (.ov2)") -QT_TRANSLATE_NOOP("core","Index of track (if more than one in source)") -QT_TRANSLATE_NOOP("core","TrackLogs digital mapping (.trl)") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") QT_TRANSLATE_NOOP("core","Write position using this grid.") QT_TRANSLATE_NOOP("core","Write timestamps with offset x to UTC time") @@ -574,14 +326,3 @@ QT_TRANSLATE_NOOP("core","Write filename(s) from input session(s)") QT_TRANSLATE_NOOP("core","Universal csv with field structure in first line") QT_TRANSLATE_NOOP("core","Encrypt hints using ROT13") QT_TRANSLATE_NOOP("core","Vcard Output (for iPod)") -QT_TRANSLATE_NOOP("core","Wintec TES file") -QT_TRANSLATE_NOOP("core","Wintec WBT-100/200 Binary File Format") -QT_TRANSLATE_NOOP("core","Erase device data after download") -QT_TRANSLATE_NOOP("core","Wintec WBT-100/200 GPS Download") -QT_TRANSLATE_NOOP("core","Wintec WBT-201/G-Rays 2 Binary File Format") -QT_TRANSLATE_NOOP("core","Appends the input to a backup file") -QT_TRANSLATE_NOOP("core","Only waypoints that are not the backup file") -QT_TRANSLATE_NOOP("core","XAiOX iTrackU Logger") -QT_TRANSLATE_NOOP("core","Appends the input to a backup file") -QT_TRANSLATE_NOOP("core","Only waypoints that are not the backup file") -QT_TRANSLATE_NOOP("core","XAiOX iTrackU Logger Binary File Format") diff --git a/gui/coretool/gpsbabel_de.qm b/gui/coretool/gpsbabel_de.qm index 35ffebf6c..fea44efda 100644 Binary files a/gui/coretool/gpsbabel_de.qm and b/gui/coretool/gpsbabel_de.qm differ diff --git a/gui/coretool/gpsbabel_de.ts b/gui/coretool/gpsbabel_de.ts index 0904b7b38..3252e9f6f 100644 --- a/gui/coretool/gpsbabel_de.ts +++ b/gui/coretool/gpsbabel_de.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff Zeitdifferent zwischen Barograph und GPS (ganzz. Sekunden oder 'auto') @@ -25,51 +25,29 @@ Icon allgemein für "offen" - + After output job done sleep n second(s) Im Anschluß n Sekunde(n) pausieren - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Leerzeichen in Kurznamen erlauben - + Altitudes are absolute and not clamped to ground Absolute Höhenangaben (nicht bodenverbunden) @@ -78,55 +56,33 @@ Beschreibung um Symbolbeschreibung erweitern - + Append realtime positioning data to the output file instead of truncating Echtzeit-Positionierungsdaten an Ausgabendatei anhängen und nicht kürzen - + Base URL for link tag in output Basis-URL für Verknüpfungseintrag in Ausgabe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output Basis-Adresse für erzeugte URLs - - + + Bitmap of categories Mehrfachkategorie, als Dezimal- oder Hexadezimalwert @@ -135,7 +91,7 @@ Kategoriename (Cache) - + Category number to use for written waypoints Kategorienummer (1..16) beim Schreiben von Wegpunkten verwenden @@ -144,23 +100,22 @@ Farbe für Linien oder Kartenangaben - - + Command unit to power itself down Gerät im Anschluß abschalten - + Complete date-free tracks with given date (YYYYMMDD). Tracks ohne Datumsangaben mit diesem Datum vervollständigen (YYYYMMDD) - + Create unique waypoint names (default = yes) Eindeutige Wegpunktnamen erzeugen (Vorgabe: JA) - + Create waypoints from geocache log entries Wegpunkte aus Geocache Log-Einträgen erzeugen @@ -173,7 +128,7 @@ Datenbankname (Dateiname) - + Datum (default=NAD27) GPS-Datum (Vorgabe: NAD27) @@ -182,79 +137,70 @@ Anzahl an Tagen, nach denen Punkte als alt betrachtet werden - + Decimal seconds to pause between groups of strings Pause (in Sekunden) zwischen Zeilengruppen - + Default category on output Standardkategorie beim Schreiben - + Default category on output (1..16) Standardkategorie der Ausgabe (1..16) - - - - - - + + + Default icon name Standard Symbol - Default location - Vorgabestandort + Vorgabestandort - + Default proximity Vorgabe-Annäherungsabstand - + Default speed Standardgeschwindigkeit - Default speed for waypoints (knots/hr) - Vorgabegeschwindigkeit für Wegpunkte (Knoten/h) + Vorgabegeschwindigkeit für Wegpunkte (Knoten/h) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Schreibe Gradangaben in 'ddd', 'dmm' (Vorgabe) oder 'dms' (Gitter) - Delete all routes - Alle Routen löschen + Alle Routen löschen - Delete all track points - Alle Trackpunkte löschen + Alle Trackpunkte löschen - - Delete all waypoints - Alle Wegpunkte löschen + Alle Wegpunkte löschen - + Display labels on track and routepoints (default = 1) Beschriftung bei Track- und Routenpunkten anzeigen (Vorgabe: 1) - + Distance unit [m=metric, s=statute] Entfernungsangaben [m=Metrisch, s=Statute] @@ -267,29 +213,29 @@ Keine URLs zur Beschreibung hinzufügen - + Don't show gpi bitmap on device Kein Bitmap (Icon) auf dem GPS anzeigen - + Draw extrusion line from trackpoint to ground Verbindungslinie vom Trackpunkt zum Erdboden zeichnen - + Drop route points that do not have an equivalent waypoint (hidden points) Versteckte Wegpunkte löschen (automatisch berechnete Routenpunkte) - + Enable alerts on speed or proximity distance Alarm für Annäherung oder Geschwindigkeit aktivieren - - - + + + Encrypt hints using ROT13 Verschlüsselung mit ROT13 @@ -298,24 +244,22 @@ Verschlüsselung mit ROT13 - - - - - - - - + + + + + + Erase device data after download Nachdem Download Daten auf dem Gerät löschen - + Export linestrings for tracks and routes Linendaten (linestrings) für Tracks und Routen exportieren (Vorgabe: JA) - + Export placemarks for tracks and routes Markierungen für Tracks und Routen exportieren @@ -338,39 +282,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) GPS-Datum (Vorgabe: WGS 84) @@ -383,25 +305,24 @@ Ereignis-Symbole beim Lesen ignorieren - + Include extended data for trackpoints (default = 1) Erweiterte Daten in Trackpoints mit einbeziehen (Vorgabe = 1) - - + + Include groundspeak logs if present Groundspeak Logs beifügen (sofern vorhandan) - + Include major turn points (with description) from calculated route Hauptrichtungsänderungen (Ansage vorhanden) mit einbeziehen - Include only via stations in route - Nur Stationspunkte ('via stations') der Route übernehmen + Nur Stationspunkte ('via stations') der Route übernehmen Include short name in bookmarks @@ -416,30 +337,27 @@ Routen-Index (falls mehrere im Eingabeformat) - Index of route to write (if more than one in source) - Zu Schreibender Routen-Index (falls mehrere im Eingabeformat) + Zu Schreibender Routen-Index (falls mehrere im Eingabeformat) Index of route/track to write (if more than one in source) Routen- oder Track-Index (falls mehrere im Eingabeformat) - Index of track (if more than one in source) - Track-Index (falls mehrere im Eingabeformat) + Track-Index (falls mehrere im Eingabeformat) - Index of track to write (if more than one in source) - Track-Index (falls mehrere im Eingabeformat) + Track-Index (falls mehrere im Eingabeformat) Index of URL field in .dbf Index der URL innerhalb der .dbf - + Indicate direction of travel in track icons (default = 0) Bewegungsrichtung in Tracksymbolen mit Richtungspfeilen anzeigen (Vorgabe: 0) @@ -452,95 +370,50 @@ Icon "Komplex (Infrastruktur) offen" - Keep turns if simplify filter is used - Abbiegungen bei Verwendung des Simplify(Vereinfachen)-Filters beibehalten + Abbiegungen bei Verwendung des Simplify(Vereinfachen)-Filters beibehalten - - + + Length of generated shortnames Maximale Länge der generierten Kurznamen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Length of generated shortnames (default 16) Maximale Länge der zu generierenden Kurznamen (Vorgabe: 16) - + Line color, specified in hex AABBGGRR Linienfarbe (hexadezimaler Wert AABBGGRR) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique Eindeutige Kurznamen erzeugen @@ -549,17 +422,17 @@ TRK-Datei in MapSend-Version # (3,4) erzeugen - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) @@ -580,68 +453,27 @@ Markierungstyp für nicht gefundene Punkte - + Max length of waypoint name to write Max. Länge der zu schreibenden Wegpunktnamen - - - Max number of comments to write (maxcmts=200) - Maximale Anzahl an Kommentaren für die Ausgabe + Maximale Anzahl an Kommentaren für die Ausgabe Max shortname length when used with -s Maximale Länge der generierten Kurznamen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Max synthesized shortname length - Maximale Länge der generierten Kurznamen - Merge output with existing file Ausgabe in existierende Datei einfügen - - - - + + + + MTK compatible CSV output file Ausgabe-CSV-Datei kompatibel zum MTK-Datalogger @@ -650,16 +482,15 @@ Name der 'unassigned'-Kategorie - New name for the route - Name der neuen Route + Name der neuen Route No separator lines between waypoints Keine Trennlinien zwischen den Wegpunkten - + No whitespace in generated shortnames Leerzeichen in Kurznamen unterdrücken @@ -672,32 +503,30 @@ Sichtbar und unverschlüsselter Symbolname - Numeric value of bitrate (baud=4800) - Baudrate (Vorgabe: 4800) + Baudrate (Vorgabe: 4800) - + Omit Placer name Placername auslassen - Only read turns; skip all other points - Nur Abbiegungen lesen und alle sonstigen Punkte überspringen + Nur Abbiegungen lesen und alle sonstigen Punkte überspringen - + Path to HTML style sheet Pfad zum HTML-Stylesheet - + Precision of coordinates Präzision der Koordinaten (Anzahl Nachkommastellen) - + Proximity distance Standardmäßiger Annäherungsabstand @@ -706,57 +535,55 @@ Kreisradius - Radius of our big earth (default 6371000 meters) - Erdradius in Meter (Vorgabe: 6371000 Meter) + Erdradius in Meter (Vorgabe: 6371000 Meter) - Read control points as waypoint/route/none - Lese Kontrollpunkte als Wegpunkt/Route/nichts + Lese Kontrollpunkte als Wegpunkt/Route/nichts Read/Write date format (i.e. DDMMYYYY) Datumsformat für Ein-/Ausgabe (z.B. DDMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Datumsformat (z.B. DD.MM.YYYY) - + Read/write GPGGA sentences Schreibe/Lese GPGGA Sequenzen - + Read/write GPGSA sentences Schreibe/Lese GPGSA Sequenzen - + Read/write GPRMC sentences Schreibe/Lese GPRMC Sequenzen - + Read/write GPVTG sentences Schreibe/Lese GPVTG Sequenzen - + Read/Write time format (i.e. HH:mm:ss xx) Zeitformat (z.B. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Höchstens diese Anzahl an Positionspunkten behalten (0 = keine Begrenzung) - - + + Return current position as a waypoint Aktuelle Position als Wegpunkt übertragen @@ -769,72 +596,63 @@ Kurzname ergibt sich aus MAC-Adresse - + Speed in bits per second of serial port (baud=4800) Übertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800) - Split input into separate files - Gelesene Daten in einzelne Dateien aufteilen + Gelesene Daten in einzelne Dateien aufteilen - Split into multiple routes at turns - Route an Abbiegungen teilen + Route an Abbiegungen teilen Garmin Training Center Garmin Training Center - + Write course rather than history, default yes Kurs statt Verlauf schreiben (Vorgabe: ja) - + Sport: Biking (deflt), Running, MultiSport, Other Sport: Radfahren, Laufen, Mehrere Sportarten, Andere - Geogrid-Viewer ascii overlay file (.ovl) - Geogrid-Viewer ASCII Overlay-Datei (.ovl) + Geogrid-Viewer ASCII Overlay-Datei (.ovl) - Geogrid-Viewer tracklogs (.log) - Geogrid-Viewer Tracklogs (.log) + Geogrid-Viewer Tracklogs (.log) The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints Minimalgeschwindigkeit (km/h) bei Bewegung von einem Wegpunkt zum nächsten. Größer Null wählen, um doppelte Wegpunkte zu entfernen. - iGO2008 points of interest (.upoi) - iGO2008 points of interest (.upoi) + iGO2008 points of interest (.upoi) - IGO8 .trk - IGO8 .trk + IGO8 .trk - Track identification number - Track-Identifikationsnummer + Track-Identifikationsnummer - Track title - Tracktitel + Tracktitel - Track description - Trackbeschreibung + Trackbeschreibung Starting seed of the internal number generator @@ -853,96 +671,100 @@ Unsichtbarer unverschlüsselter Symbolname - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + Image Offset Time (+HH:MM or -HH:MM) + + + + + override codec to use for device + + + + + Google Takeout Location History + + + + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + Qstarz BL-1000 - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - Swiss Map 25/50/100 (.xol) - Swiss Map 25/50/100 (.xol) + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - - Teletype [ Get Jonathon Johnson to describe - - - - - TomTom Places Itineraries (.itn) - - - - + Write name(s) of format(s) from input session(s) Name(n) der Format(e) der Eingabesitzung(en) ausgeben - + Write filename(s) from input session(s) Dateiname(n) der Eingabesitzung(en) ausgeben @@ -950,11 +772,6 @@ Version of VidaOne file to read or write (1 or 2) Version der zu schreibenden/lesenden VidaOne-Datei (1 oder 2) - - - Wintec TES file - - String to separate concatenated address fields (default=", ") Trennzeichen für zusammengefügte Adressfelder (Vorgabe: ", ") @@ -968,14 +785,13 @@ Unterdrücke zurückgezogene (?) Geocaches - + Suppress separator lines between waypoints Keine Trennlinien zwischen den Wegpunkten - Suppress use of handshaking in name of speed - Kein 'Handshaking' (im Namen der Geschwindigkeit) + Kein 'Handshaking' (im Namen der Geschwindigkeit) Suppress whitespace in generated shortnames @@ -986,22 +802,21 @@ Symbol für Punkte - + Sync GPS time to computer time Synchronisiere PC-Uhr mit dem GPS (PC -> GPS) - Synthesize track times - Erzeuge Tracknamen + Erzeuge Tracknamen - + Target GPX version for output Schreibe in GPX-Version (1.0 oder 1.1) - + Temperature unit [c=Celsius, f=Fahrenheit] Temperatureinheit [c=Celsius, F=Fahrenheit] @@ -1018,13 +833,13 @@ .an1 Dateityp - - + + Units for altitude (f)eet or (m)etres Höhenangaben in Fuß oder Meter ('f' oder 'm') - + Units used for names with @speed ('s'tatute or 'm'etric) Einheit für Geschwindigkeit in Wegpunkten [...@30] ( 's'tatute oder 'm'etrisch) @@ -1035,38 +850,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames Erzeuge Kurznamen in Großbuchstaben @@ -1081,48 +874,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Kurznamen anstelle der Beschreibung verwenden - + Use specified bitmap on output Gewähltes Bitmap (.BMP) für die Ausgabe verwenden - + Version of gdb file to generate (1..3) Schreibe GDB-Version 1, 2 oder 3 @@ -1131,12 +901,12 @@ Schreibe MapSource Datei in Version ... (3,4 oder 5) - + Waypoint background color Wegpunkt Hintergrundfarbe - + Waypoint foreground color Wegpunkt Vordergrundfarbe @@ -1149,54 +919,65 @@ Kartenbreite in Pixel - + Width of lines, in pixels Linienhöhe in Pixel - + Write additional node tag key/value pairs Zusätzliche Wegpunkt (node) Informationspaare (tags) schreiben - + Write additional way tag key/value pairs Zusätzliche Routen (way) Informationspaare (tags) schreiben - + Write all tracks into one file Alle Tracks in eine Datei schreiben - + Write description to address field Beschreibung in das Adressfeld schreiben - + Write each waypoint in a separate file Jeden Wegpunkt in eine separate Datei schreiben - + Write notes to address field Kommentar (Notizen) in das Adressfeld schreiben - + Write position to address field Koordinaten in das Adressfeld schreiben - - + + Write position using this grid. Koordinaten unter Benutzung dieses Gitters (Grids) erzeugen. - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Zeitstempel mit Versatz x zur UTC schreiben @@ -1205,7 +986,7 @@ Tracks ohne Titel erzeugen (kompatibel zu "Carto Exploreur") - + Write tracks for Gisteq Phototracker Tracks für "Gisteq Phototracker" schreiben @@ -1222,14 +1003,12 @@ Alan Map500 Wegpunkte und Routen (.wpr) - Brauniger IQ Series Barograph Download - Brauniger IQ Series Barograph Download + Brauniger IQ Series Barograph Download - Cambridge/Winpilot glider software - Cambridge/Winpilot glider Software + Cambridge/Winpilot glider Software CarteSurTable data file @@ -1244,12 +1023,12 @@ CoastalExplorer XML - + Columbus/Visiontac V900 files (.csv) Columbus/Visiontac V900 Datei (.csv) - + Comma separated values Kommaseparierte Werte @@ -1266,7 +1045,7 @@ cotoGPS für Palm/OS - + Data Logger iBlue747 csv Data Logger iBlue747 (.csv) @@ -1279,9 +1058,8 @@ DeLorme .an1 (drawing) Datei - DeLorme GPL - DeLorme GPL + DeLorme GPL DeLorme PN-20/PN-30/PN-40 USB protocol @@ -1296,14 +1074,12 @@ Unabhängig von PN-Version lange Wegpunkte verwenden - DeLorme Street Atlas Plus - DeLorme PN-20/PN-30/PN-40 USB protocol + DeLorme PN-20/PN-30/PN-40 USB protocol - DeLorme Street Atlas Route - DeLorme Street Atlas Route + DeLorme Street Atlas Route DeLorme XMap HH Native .WPT @@ -1318,136 +1094,113 @@ DeLorme XMat HH Street Atlas USA .WPT (PPC) - Destinator Itineraries (.dat) - Destinator Reiserouten (.dat) + Destinator Reiserouten (.dat) - Destinator Points of Interest (.dat) - Destinator Points of Interest (.dat) + Destinator Points of Interest (.dat) - Destinator TrackLogs (.dat) - Destinator TrackLogs (.dat) + Destinator TrackLogs (.dat) - EasyGPS binary format - EasyGPS Binärformat + EasyGPS Binärformat - + Embedded Exif-GPS data (.jpg) Eingebettete EXIF-GPS-Daten (.jpg) - + Set waypoint name to source filename Wegpunktnamen nach Eingabedatei benennen - + Data Logger iBlue757 csv Data Logger iBlue747 (.csv) {757 ?} - + Time-frame (in seconds) Zeit-Frame (in Sekunden) - + Locate waypoint for tagging by this name Wegpunkt für Tagging mit diesem Namen auffinden - + !OVERWRITE! the original file. Default=N Originaldatei !ÜBERSCHREIBEN!. Standard=N - - Energympro GPS training watch - - - - Enigma binary waypoint file (.ert) - Enigma binäre Wegpunkt-Datei (.ert) + Enigma binäre Wegpunkt-Datei (.ert) - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - - F90G Automobile DVR GPS log file - - - - + FAI/IGC Flight Recorder Data Format FAI/IGC Flight Recorder Datenformat - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - - FlySight GPS File - - - - Franson GPSGate Simulation - Franson GPSGate Simulation + Franson GPSGate Simulation - Fugawi - Fugawi + Fugawi G7ToWin data files (.g7t) G7ToWin Datendatei (.g7t) - + Garmin 301 Custom position and heartrate Garmin 301 Custom Position und Herzfrequenz - + Garmin G1000 datalog input filter file - Garmin Logbook XML - Garmin Logbook XML + Garmin Logbook XML - + Garmin MapSource - gdb Garmin MapSource - gdb @@ -1456,7 +1209,7 @@ Garmin MapSource - mps - + Garmin MapSource - txt (tab delimited) Garmin MapSource - txt (Tabulator getrennt) @@ -1465,47 +1218,47 @@ Garmin PCX5 - + Garmin POI database Garmin POI-Datenbank - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Übertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800) {9600)?} - + Garmin serial/USB protocol Garmin Serielles/USB-Protokoll - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc Geocaching.com .loc @@ -1514,29 +1267,28 @@ GeocachingDB für Palm/OS - GEOnet Names Server (GNS) - GEOnet Names Server (GNS) + GEOnet Names Server (GNS) GeoNiche .pdb GeoNiche .pdb - + GlobalSat DG-100/BT-335 Download GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything Nur Gerätedaten löschen, aber nichts herunter laden - + Google Earth (Keyhole) Markup Language Google Earth (Keyhole) Markup Language (.kml) @@ -1545,9 +1297,8 @@ Google Maps XML - Google Navigator Tracklines (.trl) - Google Navigator Tracklines (.trl) + Google Navigator Tracklines (.trl) GoPal GPS track log (.trk) @@ -1566,22 +1317,22 @@ GpilotS - + GPS TrackMaker GPS TrackMaker - + GPSBabel arc filter file GPSBabel arc Filterdatei - + GpsDrive Format GpsDrive Format - + GpsDrive Format for Tracks GpsDrive Format für Tracks @@ -1598,44 +1349,41 @@ gpsutil - + GPX XML GPX XML - + Add info (depth) as Humminbird extension Information (Tiefe) als Humminbird-Erweiterung hinzufügen - + Add info (depth) as Garmin extension Information (Tiefe) als Garminerweiterung hinzufügen - HikeTech - HikeTech + HikeTech - Holux (gm-100) .wpo Format - Holux (gm-100) .wpo Format + Holux (gm-100) .wpo Format - + Holux M-241 (MTK based) Binary File Format Holux M-241 (MTK basiert) Binärdatei - + Holux M-241 (MTK based) download Holux M-241 (MTK basiert) Download - - - + + Enable logging after download Logging nach dem Download aktivieren @@ -1648,24 +1396,23 @@ HSA Endeavour Navigator Export - + HTML Output HTML Ausgabe - + Humminbird tracks (.ht) Humminbird Tracks (.ht) - + Humminbird waypoints and routes (.hwr) Humminbird Wegpunkte und Routen (.hwr) - IGN Rando track files - IGN Rando Trackdatei + IGN Rando Trackdatei Kartex 5 Track File @@ -1676,26 +1423,24 @@ Kartex 5 Wegpunktdatei - Kompass (DAV) Track (.tk) - Kompass (DAV) Track (.tk) + Kompass (DAV) Track (.tk) - Kompass (DAV) Waypoints (.wp) - Kompass (DAV) Wegpunkte (.wp) + Kompass (DAV) Wegpunkte (.wp) KuDaTa PsiTrex text KuDaTa PsiTrex Text - + Lowrance USR Lowrance USR - + (USR output) Write version (USR Ausgabe) Write version @@ -1712,68 +1457,56 @@ Magellan NAV Companion für Palm/OS - Magellan SD files (as for eXplorist) - Magellan SD files (für eXplorist) + Magellan SD files (für eXplorist) - Magellan SD files (as for Meridian) - Magellan SD files (für Meridian) + Magellan SD files (für Meridian) - Magellan serial protocol - Magellan serielles Protokoll + Magellan serielles Protokoll - MagicMaps IK3D project file (.ikt) - MagicMaps IK3D Projektdatei (.ikt) + MagicMaps IK3D Projektdatei (.ikt) - Map&Guide 'TourExchangeFormat' XML - Map&Guide 'TourExchangeFormat' XML + Map&Guide 'TourExchangeFormat' XML Map&Guide to Palm/OS exported files (.pdb) Map&Guide nach Palm/OS exportierte Datei (.pdb) - MapAsia track file (.tr7) - MapAsia Trackdatei (.tr7) + MapAsia Trackdatei (.tr7) - Mapopolis.com Mapconverter CSV - Mapopolis.com Mapconverter CSV + Mapopolis.com Mapconverter CSV - MapTech Exchange Format - MapTech Exchange Format + MapTech Exchange Format - Memory-Map Navigator overlay files (.mmo) - Memory-Map Navigator Overlay-Datei (.mmo) + Memory-Map Navigator Overlay-Datei (.mmo) - Write items 'locked' [default no] - Element 'locked' schreiben [Standard nein] + Element 'locked' schreiben [Standard nein] - Write items 'visible' [default yes] - Element 'visible' schreiben [Standard ja] + Element 'visible' schreiben [Standard ja] - Write files with internal version [n] - Dateien mit interner Version schreiben [n] + Dateien mit interner Version schreiben [n] Microsoft AutoRoute 2002 (pin/route reader) @@ -1784,41 +1517,39 @@ Microsoft Streets and Trips (pin/route reader) - Microsoft Streets and Trips 2002-2007 - Microsoft Streets and Trips 2002-2007 + Microsoft Streets and Trips 2002-2007 - Motorrad Routenplaner (Map&Guide) .bcr files - Motorrad Routenplaner (Map&Guide) (.bcr) + Motorrad Routenplaner (Map&Guide) (.bcr) MS PocketStreets 2002 Pushpin MS PocketStreets 2002 Pushpin - + MTK Logger (iBlue 747,...) Binary File Format MTK Logger (iBlue 747,...) Binärdatei - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download MTK Logger (iBlue 747,Qstarz BT-1000,...) Download - + National Geographic Topo .tpg (waypoints) National Geographic Topo .tpg (Wegpunkte) - + National Geographic Topo 2.x .tpo National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo National Geographic Topo 3.x/4.x .tpo @@ -1831,34 +1562,28 @@ Navigon Mobile Navigator .rte-Datei - Navigon Waypoints - Navigon Wegpunkte + Navigon Wegpunkte - NaviGPS GT-11/BGT-11 Download - NaviGPS GT-11/BGT-11 Download + NaviGPS GT-11/BGT-11 Download - Clear the datalog - Datalog löschen + Datalog löschen - Read from datalogger buffer - Datalogger-Puffer auslesen + Datalogger-Puffer auslesen - NaviGPS GT-31/BGT-31 datalogger (.sbp) - NaviGPS GT-31/BGT-31 Datalogger (.sbp) + NaviGPS GT-31/BGT-31 Datalogger (.sbp) - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - NaviGPS GT-31/BGT-31 SiRF binäre Logdatei (.sbn) + NaviGPS GT-31/BGT-31 SiRF binäre Logdatei (.sbn) Naviguide binary route file (.twl) @@ -1869,330 +1594,260 @@ 'wp' - Wegpunktdatei erstellen, 'rte' - Routendatei erstellen - - + Time zone ID - + Attempt to recovery data from corrupt file - + Don't create waypoints for non-user points - - Geogrid-Viewer binary overlay file (.ovl) - - - - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - - Google Directions XML - - - - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - - iGo Primo points of interest (.upoi) - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - - Mainnav - - - - - Mapbar (China) navigation track for Sonim Xp3300 - - - - - Mapfactor Navigator - - - - - Speed in bits per second of serial port (autodetect=0) - - - - - Download logged fixes - - - - - Show device status - - - - - MediaTek Locus - - - - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - - - Motoactiv CSV - - - - - MyNav TRC format - - 'n' - Keep the existing wp name, 'y' - rename waypoints 'n' - Existierende Wegpunktnamen behalten, 'y' - Wegpunkte umbenennen - Navitel binary track (.bin) - Navitel binäre Trackdatei (.bin) + Navitel binäre Trackdatei (.bin) - Navitrak DNA marker format - Navitrak DNA marker format + Navitrak DNA marker format NetStumbler Summary File (text) NetStumbler Summary File (text) - NIMA/GNIS Geographic Names File - NIMA/GNIS Geographic Names File + NIMA/GNIS Geographic Names File - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences NMEA 0183 Sätze - - Compact binary representation - - - - Nokia Landmark Exchange - Nokia Landmark Exchange + Nokia Landmark Exchange - + OpenStreetMap data files OpenStreetMap Datendatei (.osm) - + Use this value as custom created_by value Diesen Wert als eigenen Wert für created_by verwenden - + OziExplorer OziExplorer - + Unit used in altitude values Einheit für Höhenwerte - + Unit used in proximity values Einheit für Entfernungswerte @@ -2225,19 +1880,16 @@ Quovadis - Raymarine Waypoint File (.rwf) - Raymarine Wegpunktdatei (.rwf) + Raymarine Wegpunktdatei (.rwf) - Ricoh GPS Log File - Ricoh GPS Logdatei + Ricoh GPS Logdatei - See You flight analysis data - You flight Analysedaten anzeigen + You flight Analysedaten anzeigen Skymap / KMD150 ascii files @@ -2252,8 +1904,8 @@ Baudrate für die Geräteinitialisierung, 0=automatische Erkennung - - + + Baud rate used for download Baudrate für das Herunterladen @@ -2278,45 +1930,41 @@ Tabulator-getrennte Felder (nützlich für OpenOffice, Ploticus etc.) - + Textual Output Textausgabe - TomTom Itineraries (.itn) - TomTom Reiserouten (.itn) + TomTom Reiserouten (.itn) - TomTom POI file (.asc) - TomTom POI-Datei (.asc) + TomTom POI-Datei (.asc) - TomTom POI file (.ov2) - TomTom POI-Datei (.ov2) + TomTom POI-Datei (.ov2) TopoMapPro Places File TopoMapPro Places-Datei - TrackLogs digital mapping (.trl) - TrackLogs digital mapping (.trl) + TrackLogs digital mapping (.trl) U.S. Census Bureau Tiger Mapping Service U.S. Census Bureau Tiger Mapping Service - + Universal csv with field structure in first line Universelle CSV-Datei mit Feldstruktur in der ersten Zeile - + Vcard Output (for iPod) VCard-Ausgabe (für iPod) @@ -2337,41 +1985,32 @@ WiFiFoFum 2.0 für PocketPC XML - Wintec WBT-100/200 Binary File Format - Wintec WBT-100/200 Binärdatei + Wintec WBT-100/200 Binärdatei - Wintec WBT-100/200 GPS Download - Wintec WBT-100/200 GPS Download + Wintec WBT-100/200 GPS Download - Wintec WBT-201/G-Rays 2 Binary File Format - Wintec WBT-201/G-Rays 2 Binärdatei + Wintec WBT-201/G-Rays 2 Binärdatei - XAiOX iTrackU Logger - XAiOX iTrackU Logger + XAiOX iTrackU Logger - - Appends the input to a backup file - Eingabe an Sicherungsdatei anhängen + Eingabe an Sicherungsdatei anhängen - - Only waypoints that are not the backup file - Nur Wegpunkte, die keine Sicherungsdatei sind + Nur Wegpunkte, die keine Sicherungsdatei sind - XAiOX iTrackU Logger Binary File Format - XAiOX iTrackU Logger Binärdatei + XAiOX iTrackU Logger Binärdatei Yahoo Geocode API data diff --git a/gui/coretool/gpsbabel_es.qm b/gui/coretool/gpsbabel_es.qm index 692bbbd39..8cdd630a4 100644 Binary files a/gui/coretool/gpsbabel_es.qm and b/gui/coretool/gpsbabel_es.qm differ diff --git a/gui/coretool/gpsbabel_es.ts b/gui/coretool/gpsbabel_es.ts index 0c3dd7f20..1601bdb07 100644 --- a/gui/coretool/gpsbabel_es.ts +++ b/gui/coretool/gpsbabel_es.ts @@ -10,267 +10,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Longitud máxima del nombre corto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Permitir espacios en nombres cortos - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames MAYÚSCULAS en nombres cortos - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique Hacer los nombres cortos únicos - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output Prefijo añadido a la URL en la salida - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Usar nombre corto en lugar de descripción - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) GPS datum (def. WGS 84) @@ -283,14 +128,12 @@ Puntos de interés y rutas Alan Map500 (.wpr) - Brauniger IQ Series Barograph Download - Descarga de Brauniger IQ Series Barograph + Descarga de Brauniger IQ Series Barograph - Cambridge/Winpilot glider software - Cambridge/Winpilot glider software + Cambridge/Winpilot glider software CarteSurTable data file @@ -313,12 +156,12 @@ CoastalExplorer XML - + Columbus/Visiontac V900 files (.csv) Ficheros Columbus/Visiontac V900 (.csv) - + Comma separated values Fichero separado por comas (CSV) @@ -327,12 +170,9 @@ Ficheros CompeGPS (.wpt/.trk/.rte) - - - - - - + + + Default icon name Nombre de la imagen por defecto @@ -344,45 +184,6 @@ Give points (waypoints/route points) a default radius (proximity) Dar a los puntos (puntos de interes, puntos de ruta) un radio de proximidad por defecto - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Max synthesized shortname length - Length of generated shortnames (default 16) - Longitud de los nombres cortos generados (16 por defecto) - CoPilot Flight Planner for Palm/OS CoPilot Flight Planner para Palm/OS @@ -396,7 +197,7 @@ Nombre de la categoría "no asignado" - + Data Logger iBlue747 csv Data Logger iBlue747 csv @@ -445,9 +246,8 @@ Radio para círculos - DeLorme GPL - DeLorme GPL + DeLorme GPL DeLorme PN-20/PN-30/PN-40 USB protocol @@ -462,44 +262,33 @@ Usar notas largas en los puntos de interés independientemente de la versión PN - DeLorme Street Atlas Plus - DeLorme Street Atlas Plus + DeLorme Street Atlas Plus - DeLorme Street Atlas Route - DeLorme Street Atlas Route + DeLorme Street Atlas Route - Keep turns if simplify filter is used - Preservar los giros si el filtro simplificar es usado + Preservar los giros si el filtro simplificar es usado - + Data Logger iBlue757 csv Data Logger iBlue747 csv {757 ?} - Only read turns; skip all other points - Leer sólo giros, saltar el resto de puntos - - - - Split into multiple routes at turns - + Leer sólo giros, saltar el resto de puntos - Read control points as waypoint/route/none - Leer los puntos de control como puntos de interés/ruta/ninguno + Leer los puntos de control como puntos de interés/ruta/ninguno - Synthesize track times - Calcular los tiempos del trazado + Calcular los tiempos del trazado DeLorme XMap HH Native .WPT @@ -514,55 +303,50 @@ DeLorme XMat HH Street Atlas USA .WPT (PPC) - Destinator Itineraries (.dat) - Itinerarios Destinator (.dat) + Itinerarios Destinator (.dat) - Destinator Points of Interest (.dat) - Puntos de interés Destinator (.dat) + Puntos de interés Destinator (.dat) - Destinator TrackLogs (.dat) - Trazadis Destinator (.dat) + Trazadis Destinator (.dat) - EasyGPS binary format - Formato binario EasyGPS + Formato binario EasyGPS - + Embedded Exif-GPS data (.jpg) Metadatos Exif-GPS (.jpg) - + Set waypoint name to source filename No estoy seguro Poner el nombre del punto de interés al fichero fuente - + Time-frame (in seconds) Secuencia (en segundos) - + Locate waypoint for tagging by this name Localizar el punto de interés para etiquetar con este nombre - + !OVERWRITE! the original file. Default=N ¡Seguro! que quieres sobreescribir el fichero original. Por defecto=N - Enigma binary waypoint file (.ert) - Fichero binario de puntos de interés (.ert) + Fichero binario de puntos de interés (.ert) Index of name field in .dbf @@ -573,77 +357,72 @@ Indice del campo URL en .dbf - + FAI/IGC Flight Recorder Data Format Formato de datos FAI/IGC Flight Recorder - + (integer sec or 'auto') Barograph to GPS time diff (entero seg o 'auto') Barograph a GPS tiempo diff - Franson GPSGate Simulation - Simulación Franson GPSGate + Simulación Franson GPSGate - Default speed for waypoints (knots/hr) - Velocidad por defecto para puntos de interés (nudos) + Velocidad por defecto para puntos de interés (nudos) - Split input into separate files - Dividir en ficheros separados + Dividir en ficheros separados - Fugawi - Fugawi + Fugawi G7ToWin data files (.g7t) Ficheros de datos G7ToWin - + Garmin 301 Custom position and heartrate Localización y frecuencia de latido Garmin 301 personalizado - Garmin Logbook XML - Garmin Logbook XML + Garmin Logbook XML - + Garmin MapSource - gdb Garmin MapSource - gdb - + Default category on output (1..16) Categoría por defecto en la salida (1..16) - - + + Bitmap of categories Bitmap de categorías - + Version of gdb file to generate (1..3) Versión del fichero gdb a generar (1..3) - + Drop route points that do not have an equivalent waypoint (hidden points) Eliminar puntos de ruta que no tienen un punto de interés equivalente (puntos ocultos) - + Include major turn points (with description) from calculated route Incluir giros importantes (con descripción) de la ruta calculada @@ -652,8 +431,8 @@ Garmin MapSource - mps - - + + Length of generated shortnames Longitud de los nombres cortos generados @@ -674,44 +453,55 @@ Usar valores de proximidad en el resultado (por defecto se ignoran) - + Garmin MapSource - txt (tab delimited) Garmin MapSource - txt (delimitado por tabuladores) - + Read/Write date format (i.e. yyyy/mm/dd) Leer/Escribir el formato de la fecha (por ejemplo aaaa/mm/dd) - + Distance unit [m=metric, s=statute] Unidades de distancia [m=métricas, s=statute] - - + + Write position using this grid. Escribir la posición usando esta cuadrícula. - + Precision of coordinates Precisión de las coordenadas - + Temperature unit [c=Celsius, f=Fahrenheit] Unidad de temperatura [c=Celsius, f=Fahrenheit] - + Read/Write time format (i.e. HH:mm:ss xx) Leer/Escribir el formato de la hora (por ejemplo HH:mm:ss xx) - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Escribir marcas de tiempo con un retraso de x a UTC @@ -724,164 +514,153 @@ Escribir trazados compatibles con Carto Exploreur - + Garmin POI database Base de datos Garmin POI (Puntos de Interés) - + Garmin Points of Interest (.gpi) Puntos de interés Garmin (.gpi) - + Enable alerts on speed or proximity distance Habilitar alertas sobre la velocidad o la proximidad - - Energympro GPS training watch - - - - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - - F90G Automobile DVR GPS log file - - - - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - - FlySight GPS File - - - - + Garmin G1000 datalog input filter file - + Use specified bitmap on output Usar bitmap especificado en el resultado - + Default category on output Categoría por defecto en la salida - + Don't show gpi bitmap on device No mostrar gpi bitmap en el dispositivo - + Write description to address field Escribir la descripción al campo dirección - + Write notes to address field Escribir las notas al campo dirección - + Write position to address field Escribir la posición al campo dirección - + Default proximity Proximidad por defecto - + After output job done sleep n second(s) Después de recibir la señal de trabajo realizado, dormir n segundo(s) - + Default speed Velocidad por defecto - + Create unique waypoint names (default = yes) Crear nombres únicos para los puntos de interés (defecto=si) - + Units used for names with @speed ('s'tatute or 'm'etric) Unidades usadas para nombres con @velocidad ('s'tatute p 'm'etricas) - + codec to use for writing strings - + language code to use for reading dual language files - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Velocidad en bits por segunod del puerto serie (4800 baudios) {9600)?} - + + override codec to use for device + + + + Garmin serial/USB protocol Protocolo serial/USB Garmin - - + + Return current position as a waypoint Devolver la posición actual como un punto de interés - - + Command unit to power itself down Mandar apagarse a la unidad de GPS - + Sync GPS time to computer time Sincronizar la hora con el ordenador - + Category number to use for written waypoints Número de la categoría donde escribir los puntos de interés @@ -890,22 +669,22 @@ Centro de Entrenamiento Garmin - + Write course rather than history, default yes Escribir la dirección en lugar de la historia, por defecto si - + Sport: Biking (deflt), Running, MultiSport, Other Deporte: Ciclismo(deflt), Correr, MultiDeporte, Otros - + Geocaching.com .loc Geocaching.com .loc - + Omit Placer name Omitir el nombre del lugar @@ -914,19 +693,16 @@ GeocachingDB para Palm/OS - Geogrid-Viewer ascii overlay file (.ovl) - Fichero de Transparencia ascii Geogrid-Viewer (.ovl) + Fichero de Transparencia ascii Geogrid-Viewer (.ovl) - Geogrid-Viewer tracklogs (.log) - Trazados Geogrid-Viewer (.log) + Trazados Geogrid-Viewer (.log) - GEOnet Names Server (GNS) - Servidor de Topónimos GEOnet (GNS) + Servidor de Topónimos GEOnet (GNS) GeoNiche .pdb @@ -941,72 +717,70 @@ Nombre de la categoría (Caché) - + GlobalSat DG-100/BT-335 Download Bajar GlobalSat DG-100/BT-335 - - - - - - - - + + + + + + Erase device data after download Borrar dispostivio después de la descarga - - - - + + + + Only erase device data, do not download anything Sólo borrar los datos del dispositivo, no descargar nada - + Google Earth (Keyhole) Markup Language Google Earth (Keyhole) Markup Language KML - + Export linestrings for tracks and routes Exportar cadenas de texto de los trazados y rutas - + Export placemarks for tracks and routes Exportar hitos de los trazados y rutas - + Width of lines, in pixels Achura de las líneas (en píxeles) - + Line color, specified in hex AABBGGRR Color de la línea, en hex AABBGGRR - + Altitudes are absolute and not clamped to ground Las altitudes son absolutas y no están pegadas al terreno - + Draw extrusion line from trackpoint to ground Extruir línea desde el trazado hasta el suelo - + Include extended data for trackpoints (default = 1) Incluir datos extendidos para los puntos de trazado (defecto=1) - + Indicate direction of travel in track icons (default = 0) Indicar la dirección del viaje con iconos (defecto=0) @@ -1015,12 +789,12 @@ Unidades usadas al escribir los comentarios ('s'tatute p 'm'etricas) - + Display labels on track and routepoints (default = 1) Mostrar etiquetas en los puntos de los trazados y las rutas (defecto= 1) - + Retain at most this number of position points (0 = unlimited) Retener como máximo este número de puntos de posición (0 = ilimitados) @@ -1029,16 +803,15 @@ Google Maps XML - Google Navigator Tracklines (.trl) - Google Navigator Tracklines (.trl) + Google Navigator Tracklines (.trl) GoPal GPS track log (.trk) Trazado GoPal GPS (.trk) - + Complete date-free tracks with given date (YYYYMMDD). Completar trazados con una fecha determinada (AAAAMMDD). @@ -1059,22 +832,22 @@ GpilotS - + GPS TrackMaker GPS TrackMaker - + GPSBabel arc filter file Fichero de filtro arc GPSBabel - + GpsDrive Format Formato GpsDrive - + GpsDrive Format for Tracks Formato GpsDrive para trazados @@ -1091,72 +864,69 @@ gpsutil - + GPX XML GPX XML - + No whitespace in generated shortnames No permitir espacios en nombres cortos generados - + Create waypoints from geocache log entries Crear puntos de interés desde las entradas de los trazados geocache - + Base URL for link tag in output URL base para enlazar etiquetas en el resultado - + Target GPX version for output Versión GPX del resultado - + Add info (depth) as Humminbird extension Añadir info (profundidad) como extensión Humminbird - + Add info (depth) as Garmin extension Añadir info (profundidad) como extensión Garmin - HikeTech - HikeTech + HikeTech - Holux (gm-100) .wpo Format - Formato Holux (gm-100) .wpo + Formato Holux (gm-100) .wpo - + Holux M-241 (MTK based) Binary File Format Formato de fichero binario Holux M-241 (MTK based) - - - - + + + + MTK compatible CSV output file Fichero de salida CSV MTK compatible - + Holux M-241 (MTK based) download Descarga de Holux M-241 (basado en MTK) - - - + + Enable logging after download Habilitar registro después de la descarga @@ -1169,84 +939,77 @@ Fihero de exportación HSA Endeavour Navigator - + HTML Output Salida a HTML - + Path to HTML style sheet Ruta a la hoja de estilo HTML - - - + + + Encrypt hints using ROT13 Emcriptar trucos usando ROT13 - - + + Include groundspeak logs if present Incluir registros 'groundspeak' si están presentes - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Salida en grados como 'ddd', 'dmm'(defecto) o 'dms' - - + + Units for altitude (f)eet or (m)etres Unidades de altitud pies (f) o metros (m) - + Humminbird tracks (.ht) Trazados Humminbird (.ht) - + Humminbird waypoints and routes (.hwr) Puntos de interés y rutas Humminbird (.hwr) - IGN Rando track files - Trazados IGN Rando + Trazados IGN Rando - Index of track to write (if more than one in source) - Indice del trazado a escribir (si la fuente tiene más de uno) + Indice del trazado a escribir (si la fuente tiene más de uno) - iGO2008 points of interest (.upoi) - Puntos de interés iGO2008 (.upoi) + Puntos de interés iGO2008 (.upoi) - IGO8 .trk - IGO8 .trk + IGO8 .trk - Track identification number - Identificador del tratado + Identificador del tratado - Track title - Título del trazado + Título del trazado - Track description - Descripción del trazado + Descripción del trazado Generate # points @@ -1269,21 +1032,19 @@ Fichero de puntos de interés Kartex 5 - Kompass (DAV) Track (.tk) - Trazado Kompass (DAV) (.tk) + Trazado Kompass (DAV) (.tk) - Kompass (DAV) Waypoints (.wp) - Puntos de interés Kompass (DAV) (.wp) + Puntos de interés Kompass (DAV) (.wp) KuDaTa PsiTrex text Texto KuDaTa PsiTrex - + Lowrance USR Lowrance USR @@ -1304,7 +1065,7 @@ (entrada USR) Dividir los segmentos en trazados separados - + (USR output) Write version (salida USR) Escribir versión @@ -1325,97 +1086,77 @@ Magellan NAV Companion para Palm/OS - Magellan SD files (as for eXplorist) - Ficheros Magellan SD (como los del eXplorist) + Ficheros Magellan SD (como los del eXplorist) - - - Max number of comments to write (maxcmts=200) - Máximo número de comentarios a escribir (maxcmts=200) + Máximo número de comentarios a escribir (maxcmts=200) - Magellan SD files (as for Meridian) - Ficheros Magellan SD (como los del Meridian) + Ficheros Magellan SD (como los del Meridian) - Magellan serial protocol - Protocolo serie Magellan + Protocolo serie Magellan - Numeric value of bitrate (baud=4800) - Valor numérico de la conexión (baudios=4800) + Valor numérico de la conexión (baudios=4800) - Suppress use of handshaking in name of speed no sé - Suprimir el uso del agitador en nombre de la velocidad + Suprimir el uso del agitador en nombre de la velocidad - - Delete all waypoints - Borrrar todos los puntos de interés + Borrrar todos los puntos de interés - MagicMaps IK3D project file (.ikt) - Fichero de proyecto MagicMaps IK3D (.ikt) + Fichero de proyecto MagicMaps IK3D (.ikt) - Map&Guide 'TourExchangeFormat' XML - Map&Guide 'TourExchangeFormat' XML + Map&Guide 'TourExchangeFormat' XML - Include only via stations in route - Incluir sólo a través de las estaciones en la ruta + Incluir sólo a través de las estaciones en la ruta Map&Guide to Palm/OS exported files (.pdb) Fichero de exportación Map&Guide a Palm/OS (.pdb) - MapAsia track file (.tr7) - Trazado MapAsia (.tr7) + Trazado MapAsia (.tr7) - Mapopolis.com Mapconverter CSV - Mapopolis.com Mapconverter CSV + Mapopolis.com Mapconverter CSV - MapTech Exchange Format - Formato de intercambio MapTech + Formato de intercambio MapTech - Memory-Map Navigator overlay files (.mmo) - Capa de cobertura Memory-Map Navigator + Capa de cobertura Memory-Map Navigator - Write items 'locked' [default no] - Escribir elementos bloqueados [por defecto no] + Escribir elementos bloqueados [por defecto no] - Write items 'visible' [default yes] - Escribir elementos 'visibles' [por defecto si] + Escribir elementos 'visibles' [por defecto si] - Write files with internal version [n] - Escribir ficheros con la versión del sistema [n] + Escribir ficheros con la versión del sistema [n] Microsoft AutoRoute 2002 (pin/route reader) @@ -1426,62 +1167,57 @@ Microsoft Streets and Trips (lector de puntos y rutas) - Microsoft Streets and Trips 2002-2007 - Microsoft Streets and Trips 2002-2007 + Microsoft Streets and Trips 2002-2007 - Motorrad Routenplaner (Map&Guide) .bcr files - Ficheros Motorrad Routenplaner (Map&Guide) .bcr + Ficheros Motorrad Routenplaner (Map&Guide) .bcr - Index of route to write (if more than one in source) - Indice de la ruta a escribir (si la fuente tiene más de uno) + Indice de la ruta a escribir (si la fuente tiene más de uno) - New name for the route - Nuevo nombre de la ruta + Nuevo nombre de la ruta - Radius of our big earth (default 6371000 meters) - Radio del planeta tierra (por defecto 6371000 metros) + Radio del planeta tierra (por defecto 6371000 metros) MS PocketStreets 2002 Pushpin MS PocketStreets 2002 Pushpin - + MTK Logger (iBlue 747,...) Binary File Format Formato de fichero binario MTK Logger (iBlue 747,...) - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download Descarga de MTK Logger (iBlue 747,...) - + National Geographic Topo .tpg (waypoints) National Geographic Topo .tpg (Puntos de interés) - + Datum (default=NAD27) esta opción es buena para América del Norte sólo Datum (default=NAD27, esta opción es buena para América del Norte sólo) - + National Geographic Topo 2.x .tpo National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo National Geographic Topo 3.x/4.x .tpo @@ -1498,44 +1234,36 @@ Ficheros del Navigon Mobile Navigator .rte - Navigon Waypoints - Puntos de interés Navigon + Puntos de interés Navigon - NaviGPS GT-11/BGT-11 Download - Descarga de NaviGPS GT-11/BGT-11 + Descarga de NaviGPS GT-11/BGT-11 - Delete all track points - Borrrar todos los puntos del trazado + Borrrar todos los puntos del trazado - Delete all routes - Borrrar todas las rutas + Borrrar todas las rutas - Clear the datalog - Limpiar la memoria + Limpiar la memoria - Read from datalogger buffer - Leer de la memoria + Leer de la memoria - NaviGPS GT-31/BGT-31 datalogger (.sbp) - Memoria del NaviGPS GT-31/BGT-31 + Memoria del NaviGPS GT-31/BGT-31 - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - Fichero de almacenamiento binario del NaviGPS GT-31/BGT-31 SiRF + Fichero de almacenamiento binario del NaviGPS GT-31/BGT-31 SiRF Naviguide binary route file (.twl) @@ -1550,14 +1278,12 @@ 'n' - Conserva el nombre del punto de interés existente, 'y' - cambia el nombre de los puntos de interés - Navitel binary track (.bin) - Trazado binario Navitel (.bin) + Trazado binario Navitel (.bin) - Navitrak DNA marker format - Fomato del marcador Navitrak DNA + Fomato del marcador Navitrak DNA NetStumbler Summary File (text) @@ -1585,117 +1311,125 @@ El nombre corto es la MAC address - NIMA/GNIS Geographic Names File - Fichero de topónimos NIMA/GNIS + Fichero de topónimos NIMA/GNIS - + NMEA 0183 sentences Frases NMEA 018 - + Max length of waypoint name to write Longitud máxima del nombre del punto de interés - + + Image Offset Time (+HH:MM or -HH:MM) + + + + + Google Takeout Location History + + + + Read/write GPRMC sentences Leer/escribir GPRMC frases - + Read/write GPGGA sentences Leer/escribir GPGGA frases - + Read/write GPVTG sentences Leer/escribir GPVTG frases - + Read/write GPGSA sentences Leer/escribir GPGSA frases - + Decimal seconds to pause between groups of strings Demora en décimas de segundo entre textos - + Append realtime positioning data to the output file instead of truncating Añadrir el la hora del poscionamiento al fichero de salida en lugar de truncarla - + Speed in bits per second of serial port (baud=4800) Velocidad en bits por segunod del puerto serie (4800 baudios) - + Write tracks for Gisteq Phototracker Escribir trazados para el Gisteq Phototracker - Nokia Landmark Exchange - Nokia Landmark Exchange + Nokia Landmark Exchange - + OpenStreetMap data files Ficheros de datos de OpenStreetMap (gratuitos) - + Write additional way tag key/value pairs Escribir pares adiciones de clave/valor para la etiqueta de sentido - + Write additional node tag key/value pairs Escribir pares adiciones de clave/valor para la etiqueta de nodo - + Use this value as custom created_by value Usar este valor como valor personalizado - + OziExplorer OziExplorer - + Write all tracks into one file Escribir todos los trazados a un fichero único - + Waypoint foreground color Color del primer plano del punto de interés - + Waypoint background color Color del fondo del punto de interés - + Proximity distance Distancia de proximidad - + Unit used in altitude values Unidades usadas en los valores de altitud - + Unit used in proximity values Unidades usadas en los valores de proximidad @@ -1744,24 +1478,20 @@ Quovadis - Raymarine Waypoint File (.rwf) - Fichero de puntos de interés Raymarine (.rwf) + Fichero de puntos de interés Raymarine (.rwf) - Default location - Localización por defecto + Localización por defecto - Ricoh GPS Log File - Fichero de memoria de Ricoh GPS + Fichero de memoria de Ricoh GPS - See You flight analysis data - Revisar los datos del análisis de tu vuelo + Revisar los datos del análisis de tu vuelo Skymap / KMD150 ascii files @@ -1776,8 +1506,8 @@ Baudios usados para inicializar el dispositivo, autodetectar=0 - - + + Baud rate used for download Baudios usados para la descarga @@ -1802,57 +1532,51 @@ Ficheros Suunto Trek Manager (STM) WaypointPlus - Swiss Map 25/50/100 (.xol) - Swiss Map 25/50/100 (.xol) + Swiss Map 25/50/100 (.xol) Tab delimited fields useful for OpenOffice, Ploticus etc. Campos delimitados por tabuladores, útila para OpenOffice, Ploticus etc. - + Textual Output Salida literal - + Suppress separator lines between waypoints Suprimir saltos de línea entre los puntos de interés - + Write each waypoint in a separate file escribir cada punto de interés en un fichero separado - TomTom Itineraries (.itn) - TomTom Itineraries (.itn) + TomTom Itineraries (.itn) - TomTom POI file (.asc) - TomTom POI file (.asc) + TomTom POI file (.asc) - TomTom POI file (.ov2) - TomTom POI file (.ov2) + TomTom POI file (.ov2) TopoMapPro Places File Fichero de TopoMapPro Places - TrackLogs digital mapping (.trl) - Mapa digital TrackLogs (.trl) + Mapa digital TrackLogs (.trl) - Index of track (if more than one in source) - Indice del trazado (si la fuente tiene más de uno) + Indice del trazado (si la fuente tiene más de uno) U.S. Census Bureau Tiger Mapping Service @@ -1863,359 +1587,283 @@ Suprimir etiquetas en los puntos creados - - + Time zone ID - + Attempt to recovery data from corrupt file - + Don't create waypoints for non-user points - + Garmin Training Center (.tcx/.crs/.hst/.xml) - - Geogrid-Viewer binary overlay file (.ovl) - - - - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - - Google Directions XML - - - - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - - iGo Primo points of interest (.upoi) - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - - Mainnav - - - - - Mapbar (China) navigation track for Sonim Xp3300 - - - - - Mapfactor Navigator - - - - - Speed in bits per second of serial port (autodetect=0) - - - - - Download logged fixes - - - - - Show device status - - - - - MediaTek Locus - - - - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - - Motoactiv CSV - - - - - MyNav TRC format - - - - + Accept position fixes in gpgga marked invalid - - Compact binary representation - - - - + codec to use for reading and writing strings (default windows-1252) - + Qstarz BL-1000 - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Tab delimited fields useful for OpenOffice - - - Teletype [ Get Jonathon Johnson to describe - - - - - TomTom Places Itineraries (.itn) - - Generate file with lat/lon for centering map Crear fichero con lat/lon para centrar el mapa @@ -2261,22 +1909,22 @@ La descripción ya es la marca - + Universal csv with field structure in first line Formato csv universal con la estructura de campos en la primera línea - + Write name(s) of format(s) from input session(s) Escribir los de los formatos de entrada en cada sesión - + Write filename(s) from input session(s) Escribir el nombre de los ficheros de entrada en cada sesión - + Vcard Output (for iPod) Salida Vcard (para iPod) @@ -2305,17 +1953,17 @@ Nombre del icono de infraestructura cerrada - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) @@ -2332,46 +1980,32 @@ Nombre del icono abierto ad-hoc - - Wintec TES file - - - - Wintec WBT-100/200 Binary File Format - Formato de fichero binario Wintec WBT-100/200 + Formato de fichero binario Wintec WBT-100/200 - Wintec WBT-100/200 GPS Download - Descarga de Wintec WBT-100/200 GPS + Descarga de Wintec WBT-100/200 GPS - Wintec WBT-201/G-Rays 2 Binary File Format - Formato de fichero binario Wintec WBT-201/G-Rays 2 + Formato de fichero binario Wintec WBT-201/G-Rays 2 - XAiOX iTrackU Logger - Registors del XAiOX iTrackU + Registors del XAiOX iTrackU - - Appends the input to a backup file - Añadir la entrada a una copia de seguridad + Añadir la entrada a una copia de seguridad - - Only waypoints that are not the backup file - Sólo los puntos que no están en la copia de seguridad + Sólo los puntos que no están en la copia de seguridad - XAiOX iTrackU Logger Binary File Format - Formato de fichero binario XAiOX iTrackU Logger + Formato de fichero binario XAiOX iTrackU Logger Yahoo Geocode API data diff --git a/gui/coretool/gpsbabel_fr.qm b/gui/coretool/gpsbabel_fr.qm index b75fdd622..7f9d4c4ef 100644 Binary files a/gui/coretool/gpsbabel_fr.qm and b/gui/coretool/gpsbabel_fr.qm differ diff --git a/gui/coretool/gpsbabel_fr.ts b/gui/coretool/gpsbabel_fr.ts index c9d9b7aa6..4eda6723a 100644 --- a/gui/coretool/gpsbabel_fr.ts +++ b/gui/coretool/gpsbabel_fr.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff (entier sec ou 'auto') Barograph de différence temporelle GPS @@ -25,51 +25,29 @@ Nom de l'icône pour Ad-hoc ouvert - + After output job done sleep n second(s) Faire une pause de n secondes lorsque l'éxécution est terminée - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Autoriser les espaces dans les noms courts - + Altitudes are absolute and not clamped to ground Les altitudes sont absolue et idépendantes du sol @@ -78,18 +56,18 @@ Ajouter icon_descr à la description - + Append realtime positioning data to the output file instead of truncating Ajoute les données de position en temps réel au fichier de sortie plutôt que de le tronquer - + Base URL for link tag in output URL de base pour l'étiquette de lien en sortie - - + + Bitmap of categories Cartographie des catégories @@ -98,7 +76,7 @@ Nom de la catégorie - + Category number to use for written waypoints Numéro de catégorie pour les balises écrites @@ -107,23 +85,22 @@ Couleur des lignes ou des notes - - + Command unit to power itself down Ordonner au GPS de s'éteindre - + Complete date-free tracks with given date (YYYYMMDD). Ajouter une date donnée (AAAAMMJJ) à une trace sans horodatage - + Create unique waypoint names (default = yes) Créer des noms de balises uniques (oui par défaut) - + Create waypoints from geocache log entries Créer des balises à partir des entrés de log géocache @@ -136,7 +113,7 @@ Nom de la base de données (nom de fichier) - + Datum (default=NAD27) Datum (défaut=NAD27) @@ -145,79 +122,70 @@ Nombre de jours après lesquels les points sont considérés comme anciens - + Decimal seconds to pause between groups of strings Dixième de seconde de pause entre les groups de chaines - + Default category on output Catégorie par défaut en sortie - + Default category on output (1..16) Catégorie par défaut en sortie (1..16) - - - - - - + + + Default icon name Nom d'icone par défaut - Default location - Endroit par défaut + Endroit par défaut - + Default proximity Proximité par défaut - + Default speed Vitesse par défaut - Default speed for waypoints (knots/hr) - Vitesse par défaut pour les balises (noeuds par heures) + Vitesse par défaut pour les balises (noeuds par heures) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Ecrire les dégrés en 'd°d°d°', 'd°m'm''(défaut) ou 'd°m's''' - Delete all routes - Supprimer toutes les routes + Supprimer toutes les routes - Delete all track points - Supprimer tous les points de traces + Supprimer tous les points de traces - - Delete all waypoints - Supprimer toutes les balises + Supprimer toutes les balises - + Display labels on track and routepoints (default = 1) Afficher les labels sur les traces et les points de routes (défaut = 1) - + Distance unit [m=metric, s=statute] Unité de distance [m = métrique, s=stature] @@ -230,29 +198,29 @@ Ne pas ajouter les URLs aux descriptions - + Don't show gpi bitmap on device Ne pas afficher les images gpi sur le périphérique - + Draw extrusion line from trackpoint to ground Générer une ligne d'extrusion entre le sol et le point de trace - + Drop route points that do not have an equivalent waypoint (hidden points) Eliminer les points de route qui n'ont pas de balises équivallentes (points cachés) - + Enable alerts on speed or proximity distance Activer les alertes de vitesse ou de proximité - - - + + + Encrypt hints using ROT13 Encrypter les signes en ROT13 @@ -261,24 +229,22 @@ Encrypter les signes avec ROT13 - - - - - - - - + + + + + + Erase device data after download Effacer les données du périphérique après téléchargement - + Export linestrings for tracks and routes Exporter les chaînes de caractères pour les traces et les routes - + Export placemarks for tracks and routes Exporter les marqueurs pour les traces et les routes @@ -301,39 +267,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) @@ -346,25 +290,24 @@ Ignorer les marqueurs d'événements lors de la lecture - + Include extended data for trackpoints (default = 1) Inclure les données étendues pour les points de trace (défaut = 1) - - + + Include groundspeak logs if present Inclure les logs groundspeak si disponible - + Include major turn points (with description) from calculated route Inclure les points de virage (avec description) de la route calculée - Include only via stations in route - Inclure seulement les étapes dans la route + Inclure seulement les étapes dans la route Include short name in bookmarks @@ -379,7 +322,7 @@ Index du champ URL dans le .dbf - + Indicate direction of travel in track icons (default = 0) Indiquer la direction de déplacement dans les icones de la trace (défaut = 0) @@ -392,95 +335,50 @@ Nom de l'icône pour l'Infrastructure ouverte - Keep turns if simplify filter is used - Garder les virages si le filtre simplifié est utilisé + Garder les virages si le filtre simplifié est utilisé - - + + Length of generated shortnames Longueur des nom courts générés - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Length of generated shortnames (default 16) Longueur des nom courts générés (défaut : 16) - + Line color, specified in hex AABBGGRR Couleur de la ligne, spécifié en hexadécimal AABBGGRR - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique Les noms courts sont tous différents @@ -505,68 +403,27 @@ Type de marqueur pour les points non trouvés - + Max length of waypoint name to write Longueur maximum du nom de la balise - - - Max number of comments to write (maxcmts=200) - Nombre maximum de commentaires à écrire (maxcmts=200) + Nombre maximum de commentaires à écrire (maxcmts=200) Max shortname length when used with -s Longueur maximum du nom court lorsque utilisé avec l'option -s - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Max synthesized shortname length - Longueur max. de noms courts générés - Merge output with existing file Fusionner la sortie avec un fichier existant - - - - + + + + MTK compatible CSV output file Fichier de sortie CSV compatible MTK @@ -575,16 +432,15 @@ Nom de la catégorie 'non assignée' - New name for the route - Nouveau nom pour la route + Nouveau nom pour la route No separator lines between waypoints Supprimer les lignes de séparation entre les balises - + No whitespace in generated shortnames Supprimer les espaces dans les noms courts générés @@ -597,32 +453,30 @@ Ne pas récupérer les noms d'icones non encryptés - Numeric value of bitrate (baud=4800) - Valeur numérique de la vitesse de transfert (4800 bauds) + Valeur numérique de la vitesse de transfert (4800 bauds) - + Omit Placer name Omettre le nom du Placer - Only read turns; skip all other points - Lire seulement les virages; ne pas tenire compte des autres points + Lire seulement les virages; ne pas tenire compte des autres points - + Path to HTML style sheet Chemin vers une feuille de style HTML - + Precision of coordinates Précision des coordonnées - + Proximity distance Distance de proximité @@ -631,57 +485,55 @@ Rayon des cercles - Radius of our big earth (default 6371000 meters) - Rayon de la terre (défaut : 6371000 mètres) + Rayon de la terre (défaut : 6371000 mètres) - Read control points as waypoint/route/none - Lire les points de contrôle en temps à la balise/route/rien + Lire les points de contrôle en temps à la balise/route/rien Read/Write date format (i.e. DDMMYYYY) Lire/Ecrire le format date (i.e. JJMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Lire/Ecrire le format de date (i.e. YYYY/MM/DD) - + Read/write GPGGA sentences Lire/Ecrire des séquences GPGGA - + Read/write GPGSA sentences Lire/Ecrire des séquences GPGSA - + Read/write GPRMC sentences Lire/Ecrire des séquences GPRMC - + Read/write GPVTG sentences Lire/ECrire des séquences GPVTG - + Read/Write time format (i.e. HH:mm:ss xx) Lire/Ecrire le format horaire (i.e. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Retenir au maximum ce nombre de points de positions (0 = illimité) - - + + Return current position as a waypoint Renvoyer la position courante en tant que balise @@ -692,37 +544,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output Set waypoint name to source filename. Faire correspondre les nom de la balise au nom du fichier source. @@ -732,79 +562,32 @@ Le nom court est l'adresse MAC - + Speed in bits per second of serial port (baud=4800) Vitesse du port série en bits par seconde (baud=4800) - Split input into separate files - Découper l'entrée en fichiers séparés + Découper l'entrée en fichiers séparés - Split into multiple routes at turns - Séparer en plusieurs routes à chaque virage + Séparer en plusieurs routes à chaque virage - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - - - Geogrid-Viewer ascii overlay file (.ovl) - - - - - Geogrid-Viewer tracklogs (.log) - - - - - Index of track to write (if more than one in source) - - - - - iGO2008 points of interest (.upoi) - - - - - IGO8 .trk - - - - - Track identification number - - - - - Track title - - - - - Track description - - Starting seed of the internal number generator Racine du générateur de nombres internes - - - Index of route to write (if more than one in source) - - Stealth encrypted icon name Récupérer les noms d'icones encryptés @@ -814,104 +597,89 @@ Récupérer les noms d'icones non encryptés - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + Image Offset Time (+HH:MM or -HH:MM) + + + + + Google Takeout Location History + + + + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - - Swiss Map 25/50/100 (.xol) - - - - + Tab delimited fields useful for OpenOffice - - Teletype [ Get Jonathon Johnson to describe - - - - - TomTom Places Itineraries (.itn) - - - - - Index of track (if more than one in source) - - - - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - - - Wintec TES file - - String to separate concatenated address fields (default=", ") Chaine de caractère pour séparer les champs d'adresse (", " par défaut) @@ -925,14 +693,13 @@ Suypprimer les géocaches désactivées - + Suppress separator lines between waypoints Supprimer les lignes séparatrices entre les balises - Suppress use of handshaking in name of speed - Supprimer les controles pour améliorer les performances + Supprimer les controles pour améliorer les performances Suppress whitespace in generated shortnames @@ -943,22 +710,21 @@ Symbole à utiliser pour les données de type point - + Sync GPS time to computer time Synchroniser l'heure du GPS avec l'heure du PC - Synthesize track times - Simplifier l'horodatage des traces + Simplifier l'horodatage des traces - + Target GPX version for output Version du fichier GPX pour la sortie - + Temperature unit [c=Celsius, f=Fahrenheit] Unité de température (c=Celsius, f=Farenheit) @@ -975,13 +741,13 @@ Type de fichier .an1 - - + + Units for altitude (f)eet or (m)etres Unités d'altitude (p)ieds ou (m)ètres - + Units used for names with @speed ('s'tatute or 'm'etric) Unités utilisées avec @vitess ('s'tatute ou 'm'étrique) @@ -992,38 +758,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames Noms courts en MAJUSCULE @@ -1038,48 +782,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Utiliser le nom court au lieu de la description - + Use specified bitmap on output Utiliser l'images spécifiée en sortie - + Version of gdb file to generate (1..3) Version du fichier gbd à générer (1..3) @@ -1088,12 +809,12 @@ Version du fichier mapsource à créer (3,4,5) - + Waypoint background color Couleur de fond de la balise - + Waypoint foreground color Couleur de la balise @@ -1106,54 +827,65 @@ Largeur de la carte en pixels - + Width of lines, in pixels Largeur des lignes en pixels - + Write additional node tag key/value pairs Ecrire des étiquettes de noeuds additionnelles clé/valeurs - + Write additional way tag key/value pairs Ecrire des étiquettes de chemins additionnelles clé/valeurs - + Write all tracks into one file Ecrire toutes les traces dans un fichier - + Write description to address field Ecrire la description dans le champ d'adresse - + Write each waypoint in a separate file Ecrire chaque balise dans un fichier séparé - + Write notes to address field Ecrire les notes dans le champ d'adresse - + Write position to address field Ecrire la position dans le champ d'adresse - - + + Write position using this grid. Ecrire la position en utilisant cette grille. - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Ecrire l'horodatage avec un décalage de x par rapport à l'heure UTC @@ -1162,7 +894,7 @@ Ecrire des traces compatibles avec CartoExploreur - + Write tracks for Gisteq Phototracker Ecrire les traces pour Gisteq Phototracker @@ -1172,911 +904,542 @@ - Brauniger IQ Series Barograph Download - - - - - Cambridge/Winpilot glider software + Columbus/Visiontac V900 files (.csv) - Columbus/Visiontac V900 files (.csv) + Comma separated values - - Comma separated values + + Data Logger iBlue747 csv - - Data Logger iBlue747 csv + + Embedded Exif-GPS data (.jpg) - - DeLorme GPL + + Set waypoint name to source filename - - DeLorme Street Atlas Plus + + Data Logger iBlue757 csv - - DeLorme Street Atlas Route + + Time-frame (in seconds) - - Destinator Itineraries (.dat) + + Locate waypoint for tagging by this name - - Destinator Points of Interest (.dat) + + !OVERWRITE! the original file. Default=N - - Destinator TrackLogs (.dat) + + Source for name field in .dbf - - EasyGPS binary format + + Source for URL field in .dbf - - Embedded Exif-GPS data (.jpg) - - - - - Set waypoint name to source filename - - - - - Data Logger iBlue757 csv - - - - - Time-frame (in seconds) - - - - - Locate waypoint for tagging by this name - - - - - !OVERWRITE! the original file. Default=N - - - - - Energympro GPS training watch - - - - - Enigma binary waypoint file (.ert) - - - - - Source for name field in .dbf - - - - - Source for URL field in .dbf - - - - + ESRI shapefile - - F90G Automobile DVR GPS log file - - - - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - - FlySight GPS File - - - - - Franson GPSGate Simulation - - - - - Fugawi - - - - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - - Garmin Logbook XML - - - - + Garmin MapSource - gdb - + Garmin MapSource - txt (tab delimited) - + Garmin POI database - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Vitesse du port série en bits par seconde (baud=4800) {9600)?} - - Garmin serial/USB protocol + + override codec to use for device - - Garmin Training Center (.tcx/.crs/.hst/.xml) + + Garmin serial/USB protocol - - Geocaching.com .loc + + Garmin Training Center (.tcx/.crs/.hst/.xml) - - GEOnet Names Server (GNS) + + Geocaching.com .loc - + GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything - + Google Earth (Keyhole) Markup Language - - Google Navigator Tracklines (.trl) - - - - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPX XML - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - - HikeTech - - - - - Holux (gm-100) .wpo Format - - - - + Holux M-241 (MTK based) Binary File Format - + Holux M-241 (MTK based) download - - - + + Enable logging after download - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - - IGN Rando track files - - - - - Kompass (DAV) Track (.tk) - - - - - Kompass (DAV) Waypoints (.wp) - - - - + Lowrance USR - + (USR output) Write version - - Magellan SD files (as for eXplorist) - - - - - Magellan SD files (as for Meridian) - - - - - Magellan serial protocol - - - - - MagicMaps IK3D project file (.ikt) - - - - - Map&Guide 'TourExchangeFormat' XML - - - - - MapAsia track file (.tr7) - - - - - Mapopolis.com Mapconverter CSV - - - - - MapTech Exchange Format - - - - - Memory-Map Navigator overlay files (.mmo) - - - - - Write items 'locked' [default no] - - - - - Write items 'visible' [default yes] - - - - - Write files with internal version [n] - - - - - Microsoft Streets and Trips 2002-2007 - - - - - Motorrad Routenplaner (Map&Guide) .bcr files - - - - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - - Navigon Waypoints - - - - - NaviGPS GT-11/BGT-11 Download - - - - - Clear the datalog - - - - - Read from datalogger buffer - - - - - NaviGPS GT-31/BGT-31 datalogger (.sbp) - - - - - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - - - - - + Time zone ID - + Attempt to recovery data from corrupt file - + Don't create waypoints for non-user points - - Geogrid-Viewer binary overlay file (.ovl) - - - - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - - Google Directions XML - - - - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - - iGo Primo points of interest (.upoi) - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - - Mainnav - - - - - Mapbar (China) navigation track for Sonim Xp3300 - - - - - Mapfactor Navigator - - - - - Speed in bits per second of serial port (autodetect=0) - - - - - Download logged fixes - - - - - Show device status - - - - - MediaTek Locus - - - - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - - Motoactiv CSV - - - - - MyNav TRC format - - - - - Navitel binary track (.bin) - - - - - Navitrak DNA marker format - - - - - NIMA/GNIS Geographic Names File - - - - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - - Compact binary representation - - - - - Nokia Landmark Exchange - - - - + OpenStreetMap data files - + Use this value as custom created_by value - + OziExplorer - + Unit used in altitude values - + Unit used in proximity values - - Raymarine Waypoint File (.rwf) - - - - - Ricoh GPS Log File - - - - - See You flight analysis data - - - - - + + Baud rate used for download - + Qstarz BL-1000 - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) - + Textual Output - - TomTom Itineraries (.itn) - - - - - TomTom POI file (.asc) - - - - - TomTom POI file (.ov2) - - - - - TrackLogs digital mapping (.trl) - - - - + Universal csv with field structure in first line - + Vcard Output (for iPod) - - - Wintec WBT-100/200 Binary File Format - - - - - Wintec WBT-100/200 GPS Download - - - - - Wintec WBT-201/G-Rays 2 Binary File Format - - - - - XAiOX iTrackU Logger - - - - - - Appends the input to a backup file - - - - - - Only waypoints that are not the backup file - - - - - XAiOX iTrackU Logger Binary File Format - - diff --git a/gui/coretool/gpsbabel_hu.qm b/gui/coretool/gpsbabel_hu.qm index 57bcfd6f0..71496ce1d 100644 Binary files a/gui/coretool/gpsbabel_hu.qm and b/gui/coretool/gpsbabel_hu.qm differ diff --git a/gui/coretool/gpsbabel_hu.ts b/gui/coretool/gpsbabel_hu.ts index 997d3e199..d67827e99 100644 --- a/gui/coretool/gpsbabel_hu.ts +++ b/gui/coretool/gpsbabel_hu.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff Barométer adatok GPS pozícióba (másodperc vagy 'auto') @@ -25,51 +25,29 @@ Ad-hoc nyílt hálózat ikonnév - + After output job done sleep n second(s) Feltöltés után x másodperccel kikapcsolás - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Szóközök engedélyezése rövidnevek készítésekor - + Altitudes are absolute and not clamped to ground A magasság abszolút, nincs a felszínhez kötve @@ -78,18 +56,18 @@ icon_descr hozzáføzése a megjegyzéshez - + Append realtime positioning data to the output file instead of truncating A kimeneti fájl csonkítása helyett valósidõ hozzáføzése a pozícióhoz - + Base URL for link tag in output Alapért. URL a hivatkozásokban - - + + Bitmap of categories Raszter kategória @@ -98,7 +76,7 @@ Kategória név (Cache) - + Category number to use for written waypoints A készülõ útpontok kategória-száma @@ -107,23 +85,22 @@ Vonalak és térkép-megjegyzések színe - - + Command unit to power itself down Zárásként a készülék kikapcsolása - + Complete date-free tracks with given date (YYYYMMDD). Dátum nélküli nyomvonalak új idõpontja (ÉÉÉÉHHNN) - + Create unique waypoint names (default = yes) Egyedi útpont nevek (alapért. = igen) - + Create waypoints from geocache log entries Útpontok készítése a geocaching bejegyzésekbõl @@ -136,7 +113,7 @@ Adatbázis név (fájlnév) - + Datum (default=NAD27) Térképdátum (alapért.=NAD27) @@ -145,79 +122,70 @@ Ennyi nap után a pontok elévültnek számítanak - + Decimal seconds to pause between groups of strings Ennyi másodpercnyi szünet az adatfolyamban - + Default category on output Alapért. kimeneti kategória - + Default category on output (1..16) Alapértelmezett kimeneti kategória (1.. 16) - - - - - - + + + Default icon name Alapértelmezett ikonnév - Default location - Alapértelmezett pozíció + Alapértelmezett pozíció - + Default proximity Alapért. távolság - + Default speed Alapért. sebesség - Default speed for waypoints (knots/hr) - Alapértelmezett sebesség a pontokhoz (csomó/ó) + Alapértelmezett sebesség a pontokhoz (csomó/ó) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Pozíció formátum 'fff', 'fpp'(alapért.) vagy 'fpm' - Delete all routes - Minden útvonal törlése + Minden útvonal törlése - Delete all track points - Minden nyomvonalpont törlése + Minden nyomvonalpont törlése - - Delete all waypoints - Minden útpont törlése + Minden útpont törlése - + Display labels on track and routepoints (default = 1) Címke megjelenítése nyomvonalakon és útvonalakon (alapért.=1) - + Distance unit [m=metric, s=statute] Távolság mértékegysége [m=metrikus, s=angolszász] @@ -230,29 +198,29 @@ URL mezõ kihagyása a megjegyzésbõl - + Don't show gpi bitmap on device gpi raszter rejtése a készüléken - + Draw extrusion line from trackpoint to ground Meghosszabított vonal rajzolása útponttól felszínig - + Drop route points that do not have an equivalent waypoint (hidden points) Útvonalpont elhagyása, aminek nincs megegyezõ útpontja (rejtett pontok) - + Enable alerts on speed or proximity distance Figyelmeztetés engedélyezése sebességnél vagy közeledéskor - - - + + + Encrypt hints using ROT13 Megjegyzések kódolása ROT13 használatával @@ -261,24 +229,22 @@ Megyjegyzések kódolása ROT13-al - - - - - - - - + + + + + + Erase device data after download A készülék memóriájának törlése letöltés után - + Export linestrings for tracks and routes Vonal-szöveg exportálása nyomvonalakba és útvonalakba - + Export placemarks for tracks and routes Hely-jelölések exportálása nyomvonalakba és útvonalakba @@ -301,39 +267,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) GPS dátum (alapért. WGS 84) @@ -346,25 +290,24 @@ Esemény pontok kihagyása - + Include extended data for trackpoints (default = 1) Bõvített információk használata a nyomvonalakban (alapért.=1) - - + + Include groundspeak logs if present Groundspeak bejegyzések használata (ha van) - + Include major turn points (with description) from calculated route Fõ kanyarodási pontok használata a számított útvonalból (megjegyzéssel) - Include only via stations in route - Csak az állomások használata az útvonalban + Csak az állomások használata az útvonalban Include short name in bookmarks @@ -379,7 +322,7 @@ URL mezõ hivatkozása a .dbf fájlban - + Indicate direction of travel in track icons (default = 0) Irány mutatása a nyomvonal ikonjánál @@ -392,95 +335,50 @@ Nyitott HotSpot ikonnév - Keep turns if simplify filter is used - Fordulópontok megtartása egyszerøsítés esetén is. + Fordulópontok megtartása egyszerøsítés esetén is. - - + + Length of generated shortnames Rövidnevek hosszúsága - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Length of generated shortnames (default 16) Rövidnevek hosszúsága (alapért. 16) - + Line color, specified in hex AABBGGRR Vonal színe (hexa érték AABBGGRR) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique A készülõ rövidnevek egyediek legyenek @@ -505,68 +403,27 @@ Meg nem talált pont jele - + Max length of waypoint name to write Útpont nevének max. hosszúsága - - - Max number of comments to write (maxcmts=200) - Megjegyzés max. hossza (maxcmts=200) + Megjegyzés max. hossza (maxcmts=200) Max shortname length when used with -s Rövidnév hosszának értéke -s használatával - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Max synthesized shortname length - Elõállított rövidnevek max. hosszúsága - Merge output with existing file A jelenleg és a kész fájl összeføzése - - - - + + + + MTK compatible CSV output file MTK kompatibilis CSV készítés @@ -575,16 +432,15 @@ Az 'unassigned' kategória neve - New name for the route - Az útvonal új neve + Az útvonal új neve No separator lines between waypoints Nincs elválasztó karakter az útpontok között - + No whitespace in generated shortnames Szóközök mellõzése a rövidnevekben @@ -597,32 +453,30 @@ Nem elcsent, nem titkosított ikonnév - Numeric value of bitrate (baud=4800) - Bitráta értéke (baud=4800) + Bitráta értéke (baud=4800) - + Omit Placer name Elhelyezõ nevének elhagyása - Only read turns; skip all other points - Csak a fordulópontok használata (a többi pont kihagyása) + Csak a fordulópontok használata (a többi pont kihagyása) - + Path to HTML style sheet Hivatkozás HTML style sheet-be - + Precision of coordinates Koordináták pontossága - + Proximity distance Közelesédi riasztás értéke @@ -631,57 +485,55 @@ Kör sugara - Radius of our big earth (default 6371000 meters) - A Föld sugara (alapért. 6371000 méter) + A Föld sugara (alapért. 6371000 méter) - Read control points as waypoint/route/none - Pontok beolvasása, mint útpont/útvonal/nincs + Pontok beolvasása, mint útpont/útvonal/nincs Read/Write date format (i.e. DDMMYYYY) Dátum formátum írása/olvasása (NN/HH/ÉÉÉÉ) - + Read/Write date format (i.e. yyyy/mm/dd) Dátum formátum írása/olvasása (éééé/hh/nn) - + Read/write GPGGA sentences GPGGA montadok írása/olvasása - + Read/write GPGSA sentences GPGSA montadok írása/olvasása - + Read/write GPRMC sentences GPRMC montadok írása/olvasása - + Read/write GPVTG sentences GPVTG montadok írása/olvasása - + Read/Write time format (i.e. HH:mm:ss xx) Idõ írása/olvasása (ÓÓ:pp:mm xx) - + Retain at most this number of position points (0 = unlimited) Max. pontszám megtartása a 'snail tail' elõállításakor (0= végtelen) - - + + Return current position as a waypoint Visszatérés a jelenlegi pozícióba, mint útpont @@ -694,79 +546,32 @@ A rövidnév, mint MAC cím - + Speed in bits per second of serial port (baud=4800) Soros port sebessége (bps; baud=4800) - Split input into separate files - Beviteli adatok darabolása külön fájlokba + Beviteli adatok darabolása külön fájlokba - Split into multiple routes at turns - Összetett útvonalakba és fordulópontokba darabolás + Összetett útvonalakba és fordulópontokba darabolás - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - - - Geogrid-Viewer ascii overlay file (.ovl) - - - - - Geogrid-Viewer tracklogs (.log) - - - - - Index of track to write (if more than one in source) - - - - - iGO2008 points of interest (.upoi) - - - - - IGO8 .trk - - - - - Track identification number - - - - - Track title - - - - - Track description - - Starting seed of the internal number generator Kezdõérték a belsõ indexhez - - - Index of route to write (if more than one in source) - - Stealth encrypted icon name Titkosan kódolt ikonnevek @@ -776,104 +581,89 @@ Nem titkosított ikonnevek elcsenése - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + Image Offset Time (+HH:MM or -HH:MM) + + + + + Google Takeout Location History + + + + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - - Swiss Map 25/50/100 (.xol) - - - - + Tab delimited fields useful for OpenOffice - - Teletype [ Get Jonathon Johnson to describe - - - - - TomTom Places Itineraries (.itn) - - - - - Index of track (if more than one in source) - - - - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - - - Wintec TES file - - String to separate concatenated address fields (default=", ") Összeføzött címnevek elválasztása (alapért.=", ") @@ -887,14 +677,13 @@ Kiöregedett geoládák elhagyása - + Suppress separator lines between waypoints Elválasztó vonalak elhagyása útpontok között - Suppress use of handshaking in name of speed - Kézfogás elhagyása a sebességneveknél + Kézfogás elhagyása a sebességneveknél Suppress whitespace in generated shortnames @@ -905,22 +694,21 @@ Útpontok szimbóluma - + Sync GPS time to computer time GPS idõ szinkronizálása a számítógéppel - Synthesize track times - Nyomvonal idejének elõállítása + Nyomvonal idejének elõállítása - + Target GPX version for output A kimeneti GPX fájl verziója - + Temperature unit [c=Celsius, f=Fahrenheit] Hõmérséklet mértékegysége [c=Celsius, f=Fahrenheit] @@ -937,13 +725,13 @@ A .an1 fájl típusa - - + + Units for altitude (f)eet or (m)etres Magasság mértékegysége (méter vagy láb) - + Units used for names with @speed ('s'tatute or 'm'etric) Sebesség mértékegysége a neveknél ('s' angolszász vagy 'm' metrikus) @@ -954,38 +742,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames NAGYBETØS rövidnevek elõállítása @@ -1000,48 +766,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Rövid név használata a megyjegyzés helyett - + Use specified bitmap on output Meghatározott raszter használata a kimenetben - + Version of gdb file to generate (1..3) A készülõ gdb fájl típusa (1..3) @@ -1050,12 +793,12 @@ A készülõ MapSource fájl típusa (3,4,5) - + Waypoint background color Útpont háttérszíne - + Waypoint foreground color Útpont színe @@ -1068,54 +811,65 @@ Térképi szélesség (pixel) - + Width of lines, in pixels Vonalvastagság (pixel) - + Write additional node tag key/value pairs További kulcs/érték címkepár írása (pont) - + Write additional way tag key/value pairs További kulcs/érték címkepár írása (út) - + Write all tracks into one file Az összes nyomvonal összeføzése egy fájlba - + Write description to address field Megjegyzést a cím mezõbe - + Write each waypoint in a separate file Minden útpont külön fájlba - + Write notes to address field Megjegyzés írása a cím megjegyzésbe - + Write position to address field Pozíció írása a cím megjegyzésbe - - + + Write position using this grid. Pozíció készítése ezzel a ráccsal - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Idõértékek eltolása x értékkel UTC-hez képest @@ -1124,7 +878,7 @@ Carto Exploreur kompatibilis nyomvonal készítése - + Write tracks for Gisteq Phototracker Gisteq Phototracker kompatibilis nyomvonal készítése @@ -1135,947 +889,556 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output - Brauniger IQ Series Barograph Download - - - - - Cambridge/Winpilot glider software + Columbus/Visiontac V900 files (.csv) - Columbus/Visiontac V900 files (.csv) + Comma separated values - - Comma separated values + + Data Logger iBlue747 csv - - Data Logger iBlue747 csv + + Embedded Exif-GPS data (.jpg) - - DeLorme GPL + + Set waypoint name to source filename - - DeLorme Street Atlas Plus + + Data Logger iBlue757 csv - - DeLorme Street Atlas Route + + Time-frame (in seconds) - - Destinator Itineraries (.dat) + + Locate waypoint for tagging by this name - - Destinator Points of Interest (.dat) + + !OVERWRITE! the original file. Default=N - - Destinator TrackLogs (.dat) + + Source for name field in .dbf - - EasyGPS binary format + + Source for URL field in .dbf - - Embedded Exif-GPS data (.jpg) - - - - - Set waypoint name to source filename - - - - - Data Logger iBlue757 csv - - - - - Time-frame (in seconds) - - - - - Locate waypoint for tagging by this name - - - - - !OVERWRITE! the original file. Default=N - - - - - Energympro GPS training watch - - - - - Enigma binary waypoint file (.ert) - - - - - Source for name field in .dbf - - - - - Source for URL field in .dbf - - - - + ESRI shapefile - - F90G Automobile DVR GPS log file - - - - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - - FlySight GPS File - - - - - Franson GPSGate Simulation - - - - - Fugawi - - - - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - - Garmin Logbook XML - - - - + Garmin MapSource - gdb - + Garmin MapSource - txt (tab delimited) - + Garmin POI database - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Soros port sebessége (bps; baud=4800) {9600)?} - - Garmin serial/USB protocol + + override codec to use for device - - Garmin Training Center (.tcx/.crs/.hst/.xml) + + Garmin serial/USB protocol - - Geocaching.com .loc + + Garmin Training Center (.tcx/.crs/.hst/.xml) - - GEOnet Names Server (GNS) + + Geocaching.com .loc - + GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything - + Google Earth (Keyhole) Markup Language - - Google Navigator Tracklines (.trl) - - - - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPX XML - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - - HikeTech - - - - - Holux (gm-100) .wpo Format - - - - + Holux M-241 (MTK based) Binary File Format - + Holux M-241 (MTK based) download - - - + + Enable logging after download - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - - IGN Rando track files - - - - - Kompass (DAV) Track (.tk) - - - - - Kompass (DAV) Waypoints (.wp) - - - - + Lowrance USR - + (USR output) Write version - - Magellan SD files (as for eXplorist) - - - - - Magellan SD files (as for Meridian) - - - - - Magellan serial protocol - - - - - MagicMaps IK3D project file (.ikt) - - - - - Map&Guide 'TourExchangeFormat' XML - - - - - MapAsia track file (.tr7) - - - - - Mapopolis.com Mapconverter CSV - - - - - MapTech Exchange Format - - - - - Memory-Map Navigator overlay files (.mmo) - - - - - Write items 'locked' [default no] - - - - - Write items 'visible' [default yes] - - - - - Write files with internal version [n] - - - - - Microsoft Streets and Trips 2002-2007 - - - - - Motorrad Routenplaner (Map&Guide) .bcr files - - - - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - - Navigon Waypoints - - - - - NaviGPS GT-11/BGT-11 Download - - - - - Clear the datalog - - - - - Read from datalogger buffer - - - - - NaviGPS GT-31/BGT-31 datalogger (.sbp) - - - - - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - - - - - + Time zone ID - + Attempt to recovery data from corrupt file - + Don't create waypoints for non-user points - - Geogrid-Viewer binary overlay file (.ovl) - - - - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - - Google Directions XML - - - - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - - iGo Primo points of interest (.upoi) - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - - Mainnav - - - - - Mapbar (China) navigation track for Sonim Xp3300 - - - - - Mapfactor Navigator - - - - - Speed in bits per second of serial port (autodetect=0) - - - - - Download logged fixes - - - - - Show device status - - - - - MediaTek Locus - - - - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - - Motoactiv CSV - - - - - MyNav TRC format - - - - - Navitel binary track (.bin) - - - - - Navitrak DNA marker format - - - - - NIMA/GNIS Geographic Names File - - - - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - - Compact binary representation - - - - - Nokia Landmark Exchange - - - - + OpenStreetMap data files - + Use this value as custom created_by value - + OziExplorer - + Unit used in altitude values - + Unit used in proximity values - - Raymarine Waypoint File (.rwf) - - - - - Ricoh GPS Log File - - - - - See You flight analysis data - - - - - + + Baud rate used for download - + Qstarz BL-1000 - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) - + Textual Output - - TomTom Itineraries (.itn) - - - - - TomTom POI file (.asc) - - - - - TomTom POI file (.ov2) - - - - - TrackLogs digital mapping (.trl) - - - - + Universal csv with field structure in first line - + Vcard Output (for iPod) - - - Wintec WBT-100/200 Binary File Format - - - - - Wintec WBT-100/200 GPS Download - - - - - Wintec WBT-201/G-Rays 2 Binary File Format - - - - - XAiOX iTrackU Logger - - - - - - Appends the input to a backup file - - - - - - Only waypoints that are not the backup file - - - - - XAiOX iTrackU Logger Binary File Format - - diff --git a/gui/coretool/gpsbabel_it.qm b/gui/coretool/gpsbabel_it.qm index 7fbd3e6ea..061125588 100644 Binary files a/gui/coretool/gpsbabel_it.qm and b/gui/coretool/gpsbabel_it.qm differ diff --git a/gui/coretool/gpsbabel_it.ts b/gui/coretool/gpsbabel_it.ts index 0419c25ef..10f628a3c 100644 --- a/gui/coretool/gpsbabel_it.ts +++ b/gui/coretool/gpsbabel_it.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff (sec interi o 'auto') Differenza temporale tra barografo e GPS @@ -25,51 +25,29 @@ Nome ad-hoc icona aperta - + After output job done sleep n second(s) Attendi n secondi dopo il termine dell'elaborazione - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Permetti spazi nei nomi brevi sintetizzati - + Altitudes are absolute and not clamped to ground Le quote sono assolute e non relative al terreno @@ -78,50 +56,28 @@ Aggiungi icon_descr alla descrizione - + Base URL for link tag in output Url di base per i tag link in uscita - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output Nome base anteposto all'URL in uscita - - + + Bitmap of categories Bitmap delle categorie @@ -130,7 +86,7 @@ Nome della categoria (cache) - + Category number to use for written waypoints Numero categoria da usare per i punti d'interesse scritti @@ -139,23 +95,22 @@ Colore per le linee o le note della mappa - - + Command unit to power itself down Chiedi al dispositivo di spegnersi - + Complete date-free tracks with given date (YYYYMMDD). Completa le tracce senza data con la data fornita (AAAAMMGG). - + Create unique waypoint names (default = yes) Crea punti d'interesse con nomi univoci (predefinito: sì) - + Create waypoints from geocache log entries Crea punti d'interesse dagli elementi nel registro geocache @@ -168,7 +123,7 @@ Nome della banca dati (nome file) - + Datum (default=NAD27) Datum (predefinito: NAD27) @@ -177,79 +132,70 @@ Giorni dopo i quali i punti sono considerati vecchi - + Decimal seconds to pause between groups of strings Pausa (in decimi di secondo) tra gruppi di stringhe - + Default category on output Categoria predefinita in uscita - + Default category on output (1..16) Categoria predefinita in uscita (1... 16) - - - - - - + + + Default icon name Nome dell'icona predefinita - Default location - Posizione predefinita + Posizione predefinita - + Default proximity Prossimità predefinita - + Default speed Velocità predefinita - Default speed for waypoints (knots/hr) - Velocità predefinita per i punti di interesse (nodi/ora) + Velocità predefinita per i punti di interesse (nodi/ora) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Gradi in uscita come 'ggg', 'gmm' (predefinito) o 'gms' - Delete all routes - Cancella tutte le rotte + Cancella tutte le rotte - Delete all track points - Cancella tutti i punti traccia + Cancella tutti i punti traccia - - Delete all waypoints - Cancella tutti i punti d'interesse + Cancella tutti i punti d'interesse - + Display labels on track and routepoints (default = 1) Mostra le etichette su tracce e punti rotta (predefinito: 1) - + Distance unit [m=metric, s=statute] Unità di lunghezza [m=metrico, s=statutario] @@ -259,31 +205,21 @@ - Brauniger IQ Series Barograph Download - - - - - Cambridge/Winpilot glider software - - - - Columbus/Visiontac V900 files (.csv) - + Comma separated values - + Data Logger iBlue747 csv - + Data Logger iBlue757 csv @@ -292,321 +228,230 @@ Non aggiungere url alla descrizione - - DeLorme GPL - - - - - DeLorme Street Atlas Plus - - - - - DeLorme Street Atlas Route - - - - - Destinator Itineraries (.dat) - - - - - Destinator Points of Interest (.dat) - - - - - Destinator TrackLogs (.dat) - - - - - EasyGPS binary format - - - - + Set waypoint name to source filename - + Time-frame (in seconds) - + Locate waypoint for tagging by this name - + !OVERWRITE! the original file. Default=N - + Embedded Exif-GPS data (.jpg) - - + Time zone ID - - Energympro GPS training watch - - - - - Enigma binary waypoint file (.ert) - - - - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - - F90G Automobile DVR GPS log file - - - - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + Attempt to recovery data from corrupt file - + Flexible and Interoperable Data Transfer (FIT) Activity file - - FlySight GPS File - - - - - Franson GPSGate Simulation - - - - - Fugawi - - - - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - - Garmin Logbook XML - - - - + Don't create waypoints for non-user points - + Garmin MapSource - gdb - + Garmin MapSource - txt (tab delimited) - + Garmin POI database - + Don't show gpi bitmap on device Non mostrare la bitmap gpi sul dispositivo - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Velocità in bit/secondo della porta seriale (baud=4800) {9600)?} - + + override codec to use for device + + + + Garmin serial/USB protocol - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc - - Geogrid-Viewer ascii overlay file (.ovl) + + Compact Output. Default is off. - - Geogrid-Viewer binary overlay file (.ovl) + + GeoJson - - Geogrid-Viewer tracklogs (.log) + + + + + Only erase device data, do not download anything - - Compact Output. Default is off. + + GlobalSat DG-100/BT-335 Download - - GeoJson - - - - - GEOnet Names Server (GNS) - - - - - - - - Only erase device data, do not download anything - - - - - GlobalSat DG-100/BT-335 Download - - - - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - - Google Directions XML - - - - + Draw extrusion line from trackpoint to ground Disegna linee estruse dai punti traccia al terreno - + Drop route points that do not have an equivalent waypoint (hidden points) Ometti i punti rotta che non hanno un punto di interesse equivalente (punti nascosti) - + Enable alerts on speed or proximity distance Abilita avvisi su velocità o prossimità - - - + + + Encrypt hints using ROT13 Cripta le note usando ROT13 @@ -615,24 +460,22 @@ Cripta le note con ROT13 - - - - - - - - + + + + + + Erase device data after download Cancella i dati dal dispositivo dopo lo scaricamento - + Export linestrings for tracks and routes Esporta le linee stringa da tracce e rotte - + Export placemarks for tracks and routes Esporta segnaposti da tracce e rotte @@ -655,39 +498,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) Datum GPS (predefinito: WGS 84) @@ -700,25 +521,24 @@ Ignora le icone dei marcatori in fase di lettura - + Include extended data for trackpoints (default = 1) Includi dati estesi sui punti traccia (predefinito: 1) - - + + Include groundspeak logs if present Includi registri groundspeak (se presenti) - + Include major turn points (with description) from calculated route Includi i punti di svolta principali (con descrizione) dalla rotta calcolata - Include only via stations in route - Includi solo stazioni intermedie nella rotta + Includi solo stazioni intermedie nella rotta Include short name in bookmarks @@ -733,65 +553,62 @@ Indice della rotta (se nell'origine ce nè più d'una) - Index of route to write (if more than one in source) - Indice della rotta da scrivere (se nell'origine ce nè più d'una) + Indice della rotta da scrivere (se nell'origine ce nè più d'una) Index of route/track to write (if more than one in source) Indice della rotta/traccia da scrivere (se nell'origine ce nè più d'una) - Index of track (if more than one in source) - Indice della traccia (se nell'origine ce nè più d'una) + Indice della traccia (se nell'origine ce nè più d'una) - Index of track to write (if more than one in source) - Indice della traccia da scrivere (se nell'origine ce nè più d'una) + Indice della traccia da scrivere (se nell'origine ce nè più d'una) Index of URL field in .dbf Indice del campo url nel .dbf - + Indicate direction of travel in track icons (default = 0) Indica la direzione di viaggio nelle icone di traccia (predefinito: 0) - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - + Universal csv with field structure in first line - + Vcard Output (for iPod) @@ -804,309 +621,203 @@ Nome icona per infrastrutture aperte - Keep turns if simplify filter is used - Mantieni le svolte se si usa il filtro di semplificazione + Mantieni le svolte se si usa il filtro di semplificazione - - + + Length of generated shortnames Lunghezza dei nomi brevi generati - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Length of generated shortnames (default 16) Lunghezza dei nomi brevi generati (predefinito: 16) - + Line color, specified in hex AABBGGRR Colore delle linee, indicato in esadecimale AABBVVRR - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique Crea nomi brevi sintetizzati univoci - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + Google Earth (Keyhole) Markup Language - - Google Navigator Tracklines (.trl) - - - - + GPS Tracking Key Pro text - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - + Precision of elevations, number of decimals - + GPX XML - - HikeTech - - - - - Holux (gm-100) .wpo Format - - - - + Holux M-241 (MTK based) Binary File Format - - - + + Enable logging after download - - + + Size of blocks in KB to request from device - + Holux M-241 (MTK based) download - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - - IGN Rando track files - - - - - iGo Primo points of interest (.upoi) - - - - - iGO2008 points of interest (.upoi) - - - - - Track identification number - - - - - Track title - - - - - Track description - - - - - IGO8 .trk - - - - - Kompass (DAV) Track (.tk) - - - - - Kompass (DAV) Waypoints (.wp) - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Write version (USR input) Read version - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Lowrance USR @@ -1115,445 +826,235 @@ Versione del file TRK di MapSend da generare (3, 4) - - Magellan SD files (as for eXplorist) - - - - - Magellan SD files (as for Meridian) - - - - - Magellan serial protocol - - - - - MagicMaps IK3D project file (.ikt) - - - - - Mainnav - - - - - Map&Guide 'TourExchangeFormat' XML - - - - - MapAsia track file (.tr7) - - - - - Mapbar (China) navigation track for Sonim Xp3300 - - - - - Mapfactor Navigator - - - - - Mapopolis.com Mapconverter CSV - - - - - MapTech Exchange Format - - - - - Speed in bits per second of serial port (autodetect=0) - - - - - Download logged fixes - - - - - Show device status - - - - - MediaTek Locus - - - - - Write items 'locked' [default no] - - - - - Write items 'visible' [default yes] - - - - - Write files with internal version [n] - - - - - Memory-Map Navigator overlay files (.mmo) - - - - - Microsoft Streets and Trips 2002-2007 - - - - - + + Baud rate used for download - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - - Motoactiv CSV - - - - - Motorrad Routenplaner (Map&Guide) .bcr files - - - - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - - MyNav TRC format - - - - + National Geographic Topo .tpg (waypoints) - - National Geographic Topo 2.x .tpo - - - - - National Geographic Topo 3.x/4.x .tpo - - - - - Navigon Waypoints - - - - - Clear the datalog - - - - - Read from datalogger buffer - - - - - NaviGPS GT-11/BGT-11 Download - - - - - NaviGPS GT-31/BGT-31 datalogger (.sbp) - - - - - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - - - - - Navitel binary track (.bin) - - - - - Navitrak DNA marker format + + National Geographic Topo 2.x .tpo - - NIMA/GNIS Geographic Names File + + National Geographic Topo 3.x/4.x .tpo - + Append realtime positioning data to the output file instead of truncating - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - - Compact binary representation - - - - - Nokia Landmark Exchange - - - - + Use this value as custom created_by value - + OpenStreetMap data files - + Unit used in altitude values - + Unit used in proximity values - + codec to use for reading and writing strings (default windows-1252) - + OziExplorer - + Qstarz BL-1000 - - Raymarine Waypoint File (.rwf) - - - - - Ricoh GPS Log File + + Set location finder target location as lat,lng - - See You flight analysis data + + Configure logging parameter as tmin:tmax:dmin:dmax - - Set location finder target location as lat,lng + + + + Seconds that GPS time tracks UTC (0: best guess) - - Configure logging parameter as tmin:tmax:dmin:dmax + + Image Offset Time (+HH:MM or -HH:MM) - - - - Seconds that GPS time tracks UTC (0: best guess) + + Google Takeout Location History - - - + + + GPS week rollover period we're in (-1: best guess) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - - Swiss Map 25/50/100 (.xol) - - - - + Tab delimited fields useful for OpenOffice - - Teletype [ Get Jonathon Johnson to describe - - - - + Textual Output - - - TomTom Itineraries (.itn) - - - - - TomTom Places Itineraries (.itn) - - - - - TomTom POI file (.asc) - - - - - TomTom POI file (.ov2) - - - - - TrackLogs digital mapping (.trl) - - Margin for map. Degrees or percentage Margine della mappa. Gradi o percentuale @@ -1571,68 +1072,27 @@ Tipo di marcatore per i punti non trovati - + Max length of waypoint name to write Lunghezza massima dei nomi dei punti d'interesse da scrivere - - - Max number of comments to write (maxcmts=200) - Numero massimo di commenti da scrivere (maxcmts=200) + Numero massimo di commenti da scrivere (maxcmts=200) Max shortname length when used with -s Lunghezza massima dei nomi brevi quando si usa -s - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Max synthesized shortname length - Lunghezza massima dei nomi brevi sintetizzati - Merge output with existing file Unisci la destinazione con un file esistente - - - - + + + + MTK compatible CSV output file File di destinazione CVS compatibile con MTK @@ -1641,16 +1101,15 @@ Nome della categoria 'Non assegnato' - New name for the route - Nuovo nome della rotta + Nuovo nome della rotta No separator lines between waypoints Nessuna linea di separazione tra punti d'interesse - + No whitespace in generated shortnames Nessuno spazio nei nomi brevi generati @@ -1663,32 +1122,30 @@ Nome dell'icona non nascosta/non codificata - Numeric value of bitrate (baud=4800) - Valore numerico del bitrate (baud=4800) + Valore numerico del bitrate (baud=4800) - + Omit Placer name Ometti nome localizzatore - Only read turns; skip all other points - Leggi solo le svolte; tralascia tutti gli altri punti + Leggi solo le svolte; tralascia tutti gli altri punti - + Path to HTML style sheet Percorso del foglio di stile html - + Precision of coordinates Precisione delle coordinate - + Proximity distance Distanza di prossimità @@ -1697,57 +1154,55 @@ Raggio dei cerchi - Radius of our big earth (default 6371000 meters) - Raggio della Terra (predefinito: 6371000 metri) + Raggio della Terra (predefinito: 6371000 metri) - Read control points as waypoint/route/none - Leggi i punti di controllo come punti di interesse/rotte/nessuno + Leggi i punti di controllo come punti di interesse/rotte/nessuno Read/Write date format (i.e. DDMMYYYY) Formato data in lettura/scrittura (per es. DDMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Formato data in lettura/scrittura (per es. yyyy/mm/dd) - + Read/write GPGGA sentences Leggi/scrivi frasi GPGGA - + Read/write GPGSA sentences Leggi/scrivi frasi GPGSA - + Read/write GPRMC sentences Leggi/scrivi frasi GPRMC - + Read/write GPVTG sentences Leggi/scrivi frasi GPVTG - + Read/Write time format (i.e. HH:mm:ss xx) Formato ora in lettura/scrittura (per es. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Mantieni almeno questo numero di punti posizione (0 = illimitati) - - + + Return current position as a waypoint Ritorna la posizione corrente sotto forma di punto d'interesse @@ -1764,19 +1219,17 @@ Il nome breve è un indirizzo MAC - + Speed in bits per second of serial port (baud=4800) Velocità in bit/secondo della porta seriale (baud=4800) - Split input into separate files - Suddividi l'ingresso in più file separati + Suddividi l'ingresso in più file separati - Split into multiple routes at turns - Suddividi in più rotte alle svolte + Suddividi in più rotte alle svolte Starting seed of the internal number generator @@ -1790,48 +1243,6 @@ Stealth non-encrypted icon name Nome dell'icona nascosta/non codificata - - - Wintec TES file - - - - - Wintec WBT-100/200 Binary File Format - - - - - Wintec WBT-100/200 GPS Download - - - - - Wintec WBT-201/G-Rays 2 Binary File Format - - - - - - Appends the input to a backup file - - - - - - Only waypoints that are not the backup file - - - - - XAiOX iTrackU Logger - - - - - XAiOX iTrackU Logger Binary File Format - - String to separate concatenated address fields (default=", ") Stringa per separare i campi indirizzo concatenati (predefinito: ", ") @@ -1845,14 +1256,13 @@ Ometti i geocache obsoleti - + Suppress separator lines between waypoints Ometti le linee di separazione tra punti d'interesse - Suppress use of handshaking in name of speed - Ometti l'uso dell'handshake per aumentare la velocità + Ometti l'uso dell'handshake per aumentare la velocità Suppress whitespace in generated shortnames @@ -1863,22 +1273,21 @@ Simbolo da usare per i punti - + Sync GPS time to computer time Sincronizza l'ora del GPS con quella del computer - Synthesize track times - Sintetizza gli orari delle tracce + Sintetizza gli orari delle tracce - + Target GPX version for output Versione GPX del file di destinazione - + Temperature unit [c=Celsius, f=Fahrenheit] Unità di temperatura [c=Celsius, f=Fahrenheit] @@ -1895,13 +1304,13 @@ Tipo del file .an1 - - + + Units for altitude (f)eet or (m)etres Unità di misura della quota [m: metri, f: piedi] - + Units used for names with @speed ('s'tatute or 'm'etric) Untià di misura per nomi con @speed [m: metrico, s: statutario] @@ -1912,38 +1321,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames Nomi brevi sintetizzati in MAIUSCOLO @@ -1958,48 +1345,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Usa il nome breve invece della descrizione - + Use specified bitmap on output Usa la bitmap specificata nella destinazione - + Version of gdb file to generate (1..3) Versione del file gdb da generare (1... 3) @@ -2008,12 +1372,12 @@ Versione del file MapSource da generare (3, 4, 5) - + Waypoint background color Colore di sfondo dei punti d'interesse - + Waypoint foreground color Colore dei punti d'interesse @@ -2026,54 +1390,65 @@ Larghezza della mappa, in pixel - + Width of lines, in pixels Larghezza delle linee, in pixel - + Write additional node tag key/value pairs Scrivi coppie addizionali di tag chiave/valore per i nodi - + Write additional way tag key/value pairs Scrivi coppie addizionali di tag chiave/valore per le vie - + Write all tracks into one file Scrivi tutte le tracce in un solo file - + Write description to address field Scrivi la descrizione nel campo indirizzo - + Write each waypoint in a separate file Scrivi ciascun punto d'interesse in un file separato - + Write notes to address field Scrivi le note nel campo indirizzo - + Write position to address field Scrivi la posizione del campo indirizzo - - + + Write position using this grid. Scrivi la posizione usando questa griglia. - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Scrivi date e ore con scostamento X rispetto al tempo UTC @@ -2082,7 +1457,7 @@ Scrivi tracce compatibili con Carto Exploreur - + Write tracks for Gisteq Phototracker Scrivi tracce per Gisteq Phototracker diff --git a/gui/coretool/gpsbabel_ru.qm b/gui/coretool/gpsbabel_ru.qm index c6666caf6..fe8b14bf7 100644 Binary files a/gui/coretool/gpsbabel_ru.qm and b/gui/coretool/gpsbabel_ru.qm differ diff --git a/gui/coretool/gpsbabel_ru.ts b/gui/coretool/gpsbabel_ru.ts index 9c1d7e467..13b9d145d 100644 --- a/gui/coretool/gpsbabel_ru.ts +++ b/gui/coretool/gpsbabel_ru.ts @@ -4,1808 +4,1561 @@ core - Brauniger IQ Series Barograph Download - Загрузка барографа Brauniger серии IQ + Загрузка барографа Brauniger серии IQ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Max synthesized shortname length Максимальная длина генерируемых коротких названий - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Allow whitespace synth. shortnames Разрешить пробелы в коротких названиях - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + UPPERCASE synth. shortnames Создавать короткие названия в ВЕРХНЕМ РЕГИСТРЕ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + Make synth. shortnames unique Делать короткие названия уникальными - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Basename prepended to URL on output Добавлять перед URL-адресом базовое имя при выводе - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + Use shortname instead of description Использовать короткое название вместо описания - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + GPS datum (def. WGS 84) Система координат GPS (по умолчанию: WGS 84) - Cambridge/Winpilot glider software - ПО планера Cambridge/Winpilot + ПО планера Cambridge/Winpilot - + Columbus/Visiontac V900 files (.csv) Файлы Columbus/Visiontac V900 (.csv) - + Comma separated values Значения, разделённые запятыми - - - - - - + + + Default icon name Стандартный значок - + Data Logger iBlue747 csv Средство записи данных iBlue747 (.csv) - + Data Logger iBlue757 csv Средство записи данных iBlue757 (.csv) - DeLorme GPL - DeLorme GPL + DeLorme GPL - DeLorme Street Atlas Plus - DeLorme Street Atlas Plus + DeLorme Street Atlas Plus - Keep turns if simplify filter is used - Сохранять повороты при использовании фильтра упрощения + Сохранять повороты при использовании фильтра упрощения - Only read turns; skip all other points - Читать только повороты и пропускать все остальные точки + Читать только повороты и пропускать все остальные точки - Split into multiple routes at turns - Разделять маршрут на поворотах + Разделять маршрут на поворотах - Read control points as waypoint/route/none - Читать контрольные точки как маршрутную точку/маршрут/ничего + Читать контрольные точки как маршрутную точку/маршрут/ничего - Synthesize track times - Генерировать время треков + Генерировать время треков - DeLorme Street Atlas Route - Маршрут DeLorme Street Atlas + Маршрут DeLorme Street Atlas - Destinator Itineraries (.dat) - Маршруты Destinator (.dat) + Маршруты Destinator (.dat) - Destinator Points of Interest (.dat) - Достопримечательности Destinator (.dat) + Достопримечательности Destinator (.dat) - Destinator TrackLogs (.dat) - Журналы треков Destinator (.dat) + Журналы треков Destinator (.dat) - EasyGPS binary format - Двоичный формат EasyGPS + Двоичный формат EasyGPS - + Set waypoint name to source filename Задавать имя маршрутной точки на основе имени входного файла - + Time-frame (in seconds) Интервал времени (в секундах) - + Locate waypoint for tagging by this name Найти маршрутную точку для пометки этим именем - + !OVERWRITE! the original file. Default=N !ПЕРЕЗАПИСАТЬ! исходный файл. По умолчанию=N - + Embedded Exif-GPS data (.jpg) Встроенные данные Exif-GPS (.jpg) - - + Time zone ID Идентификатор часового пояса - Energympro GPS training watch - Спортивные часы Energympro GPS + Спортивные часы Energympro GPS - Enigma binary waypoint file (.ert) - Двоичный файл маршрутных точек Enigma (.ert) + Двоичный файл маршрутных точек Enigma (.ert) - + Source for name field in .dbf Источник для поля имени в .dbf - + Source for URL field in .dbf Источник для поля URL-адреса в .dbf - + ESRI shapefile Файл формы ESRI - F90G Automobile DVR GPS log file - Файл журнала F90G Automobile DVR GPS + Файл журнала F90G Automobile DVR GPS - + (integer sec or 'auto') Barograph to GPS time diff Разница во времени между барографом и GPS (целые секунды или "авто") - + FAI/IGC Flight Recorder Data Format Формат данных бортового регистратора FAI/IGC - + Read all points even if latitude or longitude is missing Читать все точки, даже если отсутствует широта или долгота - + Attempt to recovery data from corrupt file Пытаться восстановить данные из повреждённого файла - + Flexible and Interoperable Data Transfer (FIT) Activity file Файл активности Flexible and Interoperable Data Transfer (FIT) - FlySight GPS File - Файл FlySight GPS + Файл FlySight GPS - Default speed for waypoints (knots/hr) - Скорость по умолчанию для маршрутных точек (узлов/ч) + Скорость по умолчанию для маршрутных точек (узлов/ч) - Split input into separate files - Разделять входные данные на отдельные файлы + Разделять входные данные на отдельные файлы - Franson GPSGate Simulation - Симуляция Franson GPSGate + Симуляция Franson GPSGate - Fugawi - Fugawi + Fugawi - + Garmin 301 Custom position and heartrate Пользовательское положение и частота сердечных сокращений Garmin 301 - + Garmin G1000 datalog input filter file Файл входного фильтра журнала данных Garmin G1000 - Garmin Logbook XML - Garmin Logbook XML + Garmin Logbook XML - + Default category on output (1..16) Стандартная категория при выводе (1..16) - - + + Bitmap of categories Битовая карта категорий - + Version of gdb file to generate (1..3) Версия GDB (1..3) - + Drop route points that do not have an equivalent waypoint (hidden points) Удалить путевые точки без соответствующей маршрутной точки (скрытые точки) - + Don't create waypoints for non-user points Не создавать маршрутные точки для непользовательских точек - + Include major turn points (with description) from calculated route Включать основные точки поворота (с описанием) из рассчитанного маршрута - + Garmin MapSource - gdb Garmin MapSource — gdb - - + + Length of generated shortnames Длина генерируемых коротких названий - + Read/Write date format (i.e. yyyy/mm/dd) Формат даты для чтения/записи (например, гггг/мм/дд) - + Distance unit [m=metric, s=statute] Единица расстояния [m=метрическая, s=английская] - - + + Write position using this grid. Записывать положение с использованием этой сетки. - + Precision of coordinates Точность координат - + Temperature unit [c=Celsius, f=Fahrenheit] Единица температуры [c=Цельсий, f=Фаренгейт] - + Read/Write time format (i.e. HH:mm:ss xx) Формат времени для чтения/записи (например, ЧЧ:мм:сс кадры) - - + + + + + + + + + + + + + Write timestamps with offset x to UTC time Записывать временные метки со смещением x относительно времени в формате UTC - + + Image Offset Time (+HH:MM or -HH:MM) + + + + Garmin MapSource - txt (tab delimited) Garmin MapSource — txt (с разделением табуляцией) - + Garmin POI database База данных достопримечательностей Garmin - + Enable alerts on speed or proximity distance Включить оповещения для скорости или расстояния близости - + Use specified bitmap on output Использовать указанную битовую карту при выводе - + Default category on output Стандартная категория при выводе - + Don't show gpi bitmap on device Не показывать битовую карту gpi на устройстве - + Write description to address field Записывать описание в поле адреса - + Write notes to address field Записывать заметки в поле адреса - + Write position to address field Записывать положение в поле адреса - + Default proximity Стандартное приближение - + After output job done sleep n second(s) После выполнения задания вывода сделать паузу n (в секундах) - + Default speed Стандартная скорость - + Create unique waypoint names (default = yes) Создавать уникальные имена маршрутных точек (по умолчанию = yes) - + Units used for names with @speed ('s'tatute or 'm'etric) Единицы измерения скорости ('s' — английские или 'm' — метрические) - + codec to use for writing strings кодек, который используется для записи строк - + language code to use for reading dual language files код языка, который используется для чтения двуязычных файлов - + Garmin Points of Interest (.gpi) Достопримечательности Garmin (.gpi) - - + + Return current position as a waypoint Возвращать текущее положение как маршрутную точку - - + Command unit to power itself down Отдавать модулю команду на самовыключение - + Erase existing courses when writing new ones Удалять существующие курсы при записи новых - + Sync GPS time to computer time Синхронизировать время GPS с временем компьютера - + Category number to use for written waypoints Номер категории для записанных маршрутных точек - + Speed in bits per second of serial port (baud=9600) Скорость последовательного порта в битах в секунду (baud=9600) - + + override codec to use for device + + + + Garmin serial/USB protocol Последовательный/USB-протокол Garmin - + Write course rather than history, default yes Записывать курс, а не журнал, по умолчанию: да - + Sport: Biking (deflt), Running, MultiSport, Other Виды спорта: велоспорт (по умолчанию), бег, различные виды спорта, другое - + Garmin Training Center (.tcx/.crs/.hst/.xml) Тренировочный центр Garmin (.tcx/.crs/.hst/.xml) - + Omit Placer name Опускать имя разместившего - + Geocaching.com .loc Geocaching.com .loc - Geogrid-Viewer ascii overlay file (.ovl) - ASCII-файл наложения Geogrid Viewer (.ovl) + ASCII-файл наложения Geogrid Viewer (.ovl) - Geogrid-Viewer binary overlay file (.ovl) - Двоичный файл наложения Geogrid Viewer (.ovl) + Двоичный файл наложения Geogrid Viewer (.ovl) - Geogrid-Viewer tracklogs (.log) - Журналы треков Geogrid-Viewer (.log) + Журналы треков Geogrid-Viewer (.log) - + Compact Output. Default is off. Компактный вывод. По умолчанию отключено. - + GeoJson GeoJson - GEOnet Names Server (GNS) - Сервер имён GEOnet (GNS) + Сервер имён GEOnet (GNS) - - - - - - - - + + + + + + Erase device data after download Удалять данные устройства после загрузки - - - - + + + + Only erase device data, do not download anything Только удалять данные устройства, ничего не загружать - + GlobalSat DG-100/BT-335 Download Загрузка GlobalSat DG-100/BT-335 - + GlobalSat DG-200 Download Загрузка GlobalSat DG-200 - + list tracks вывести треки - + get track получить трек - - - - + + + + Dump raw data to this file Записать дамп необработанных данных в этот файл - + GlobalSat GH625XT GPS training watch Спортивные часы GlobalSat GH625XT GPS - Google Directions XML - Google Directions XML + Google Directions XML - + Export linestrings for tracks and routes Экспортировать данные линий для треков и маршрутов - + Export placemarks for tracks and routes Экспортировать метки мест для треков и маршрутов - + Width of lines, in pixels Ширина линий, в пикселах - + Line color, specified in hex AABBGGRR Цвет линии (шестнадцатеричное значение AABBGGRR) - + Altitudes are absolute and not clamped to ground Высоты абсолютны и не привязаны к земле - + Draw extrusion line from trackpoint to ground Рисовать соединительную линию от точки трека до земли - + Write KML track (default = 0) Записывать трек KML (по умолчанию = 0) - + Include extended data for trackpoints (default = 1) Включать расширенные данные для точек треков (по умолчанию = 1) - + Indicate direction of travel in track icons (default = 0) Указывать направление движения на значках треков (по умолчанию = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) Единицы, используемые при написании комментариев ('s' — английские, 'm' — метрические, 'n' — морские, 'a' — авиационные) - + Display labels on track and routepoints (default = 1) Показывать подписи в точках трека и пути (по умолчанию = 1) - + Retain at most this number of position points (0 = unlimited) Сохранять не более этого количества точек положения (0 = без ограничений) - + Rotate colors for tracks and routes (default automatic) Варьировать цвета для треков и маршрутов (по умолчанию: автоматически) - + Precision of coordinates, number of decimals Точность координат, количество цифр после запятой - + Google Earth (Keyhole) Markup Language Язык разметки Google Earth (Keyhole) - Google Navigator Tracklines (.trl) - Линии треков Google Navigator (.trl) + Линии треков Google Navigator (.trl) - + Complete date-free tracks with given date (YYYYMMDD). Добавлять в треки без даты указанную дату (ГГГГММДД). - + GPS Tracking Key Pro text Текст GPS Tracking Key Pro - + + Google Takeout Location History + + + + GPS TrackMaker GPS TrackMaker - + GPSBabel arc filter file Файл дугового фильтра GPSBabel - + GpsDrive Format Формат GpsDrive - + GpsDrive Format for Tracks Формат GpsDrive для треков - + No whitespace in generated shortnames Запретить пробелы в генерируемых коротких названиях - + Create waypoints from geocache log entries Создавать маршрутные точки на основе записей журнала геокэша - + Base URL for link tag in output Базовый URL-адрес для тега ссылки в выводе - + Target GPX version for output Целевая версия GPX для вывода - + Add info (depth) as Humminbird extension Добавлять информацию (глубину) как расширение Humminbird - + Add info (depth) as Garmin extension Добавлять информацию (глубину) как расширение Garmin - + Precision of elevations, number of decimals Точность высот, количество цифр после запятой - + GPX XML GPX XML - HikeTech - HikeTech + HikeTech - Holux (gm-100) .wpo Format - Формат Holux (gm-100) .wpo + Формат Holux (gm-100) .wpo - - - - + + + + MTK compatible CSV output file Выходной файл CSV, совместимый с MTK - + Holux M-241 (MTK based) Binary File Format Формат двоичных файлов Holux M-241 (на основе MTK) - - - + + Enable logging after download Включить ведение журнала после загрузки - - + + Size of blocks in KB to request from device Размер блоков в КБ для запроса у устройства - + Holux M-241 (MTK based) download Загрузка Holux M-241 (на основе MTK) - + Path to HTML style sheet Путь к таблице стилей HTML - - - + + + Encrypt hints using ROT13 Зашифровывать подсказки с помощью ROT13 - - + + Include groundspeak logs if present Включать журналы Groundspeak (если доступны) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Вывод градусов как "ddd" (десятичные градусы), "dmm" (десятичные минуты, по умолчанию) или "dms" (десятичные секунды) - - + + Units for altitude (f)eet or (m)etres Единицы высоты, "f" (футы) или "m" (метры) - + HTML Output Вывод HTML - + Humminbird tracks (.ht) Треки Humminbird (.ht) - + Humminbird waypoints and routes (.hwr) Маршрутные точки и маршруты Humminbird (.hwr) - Index of track to write (if more than one in source) - Индекс трека для записи (если в источнике больше одного) + Индекс трека для записи (если в источнике больше одного) - IGN Rando track files - Файлы треков IGN Rando + Файлы треков IGN Rando - iGo Primo points of interest (.upoi) - Достопримечательности iGo Primo (.upoi) + Достопримечательности iGo Primo (.upoi) - iGO2008 points of interest (.upoi) - Достопримечательности iGO2008 (.upoi) + Достопримечательности iGO2008 (.upoi) - Track identification number - Идентификационный номер трека + Идентификационный номер трека - Track title - Название трека + Название трека - Track description - Описание трека + Описание трека - IGO8 .trk - IGO8 .trk + IGO8 .trk - Kompass (DAV) Track (.tk) - Трек Kompass (DAV) (.tk) + Трек Kompass (DAV) (.tk) - Kompass (DAV) Waypoints (.wp) - Маршрутные точки Kompass (DAV) (.wp) + Маршрутные точки Kompass (DAV) (.wp) - + (USR input) Ignore event marker icons on read (ввод USR) Игнорировать значки маркеров событий при чтении - + (USR output) Treat waypoints as icons on write (вывод USR) Рассматривать маршрутные точки как значки при записи - + (USR output) Merge into one segmented trail (вывод USR) Объединять в один сегментированный след - + (USR input) Break segments into separate trails (ввод USR) Разбивать сегменты на отдельные следы - + (USR output) Write version (USR input) Read version (вывод USR) Версия для записи - + (USR output) Output file title string (вывод USR) Строка названия выходного файла - + (USR output) Device serial number (вывод USR) Серийный номер устройства - + (USR output) Output file content description (вывод USR) Описание содержимого выходного файла - + Lowrance USR Lowrance USR - - - Max number of comments to write (maxcmts=200) - Максимальное количество комментариев для записи (maxcmts=200) + Максимальное количество комментариев для записи (maxcmts=200) - Magellan SD files (as for eXplorist) - Файлы Magellan SD (для eXplorist) + Файлы Magellan SD (для eXplorist) - Magellan SD files (as for Meridian) - Файлы Magellan SD (для Meridian) + Файлы Magellan SD (для Meridian) - Numeric value of bitrate (baud=4800) - Числовое значение скорости потока (baud=4800) + Числовое значение скорости потока (baud=4800) - Suppress use of handshaking in name of speed - Подавлять использование рукопожатий для увеличения скорости + Подавлять использование рукопожатий для увеличения скорости - - Delete all waypoints - Удалять все маршрутные точки + Удалять все маршрутные точки - Magellan serial protocol - Последовательный протокол Magellan + Последовательный протокол Magellan - MagicMaps IK3D project file (.ikt) - Файл проекта MagicMaps IK3D (.ikt) + Файл проекта MagicMaps IK3D (.ikt) - Mainnav - Mainnav + Mainnav - Include only via stations in route - Принимать только точки от станций для маршрута + Принимать только точки от станций для маршрута - Map&Guide 'TourExchangeFormat' XML - Map&Guide 'TourExchangeFormat' XML + Map&Guide 'TourExchangeFormat' XML - MapAsia track file (.tr7) - Файл трека MapAsia (.tr7) + Файл трека MapAsia (.tr7) - Mapbar (China) navigation track for Sonim Xp3300 - Навигационный трек Mapbar (Китай) для Sonim Xp3300 + Навигационный трек Mapbar (Китай) для Sonim Xp3300 - Mapfactor Navigator - Mapfactor Navigator + Mapfactor Navigator - Mapopolis.com Mapconverter CSV - Mapopolis.com Mapconverter CSV + Mapopolis.com Mapconverter CSV - MapTech Exchange Format - MapTech Exchange Format + MapTech Exchange Format - Speed in bits per second of serial port (autodetect=0) - Скорость последовательного порта в битах в секунду (автоопределение=0) + Скорость последовательного порта в битах в секунду (автоопределение=0) - Download logged fixes - Загружать занесённые в журнал исправления + Загружать занесённые в журнал исправления - Show device status - Показывать состояние устройства + Показывать состояние устройства - MediaTek Locus - MediaTek Locus + MediaTek Locus - Write items 'locked' [default no] - Записывать объекты "заблокированными" [по умолчанию: нет] + Записывать объекты "заблокированными" [по умолчанию: нет] - Write items 'visible' [default yes] - Записывать объекты "видимыми" [по умолчанию: да] + Записывать объекты "видимыми" [по умолчанию: да] - Write files with internal version [n] - Записывать файлы с внутренней версией [n] + Записывать файлы с внутренней версией [n] - Memory-Map Navigator overlay files (.mmo) - Файлы наложения Memory-Map Navigator (.mmo) + Файлы наложения Memory-Map Navigator (.mmo) - Microsoft Streets and Trips 2002-2007 - Microsoft Streets and Trips 2002-2007 + Microsoft Streets and Trips 2002-2007 - - + + Baud rate used for download Скорость загрузки в бодах - - + + First sector to be read from the device Первый сектор для чтения с устройства - - + + Baud rate used to init device (0=autodetect) Скорость инициализации устройства в бодах (0=автоопределение) - - + + Last sector to be read from the device (-1: smart read everything) Последний сектор для чтения с устройства (-1: интеллектуальное чтение всего) - - + + Disable output (useful with erase) Отключать вывод (полезно при удалении) - - + + Number of sectors to read at once (0=use single sector mode) Количество секторов для одновременного чтения (0=использовать односекторный режим) - + POI for Home Symbol as lat:lng[:alt] Указать расположение значка дома как lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] Указать расположение значка автомобиля как lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] Указать расположение значка корабля как lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] Указать расположение значка сердца как lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] Указать расположение значка ресторана как lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) MiniHomer, средство записи данных на основе skyTraq Venus 6 (загрузка треков, маршрутных точек, а также получение/установка точек интереса) - + Garmin Mobile XT ([ATRK]/STRK) Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) Параметр обработки названий треков ([0]-nrm/1-ign) - + Mobile Garmin XT Track files Файлы треков Mobile Garmin XT - Motoactiv CSV - Motoactiv CSV + Motoactiv CSV - Index of route to write (if more than one in source) - Индекс маршрута для записи (если в источнике больше одного) + Индекс маршрута для записи (если в источнике больше одного) - New name for the route - Новое имя маршрута + Новое имя маршрута - Radius of our big earth (default 6371000 meters) - Радиус Земли (по умолчанию: 6371000 метров) + Радиус Земли (по умолчанию: 6371000 метров) - Motorrad Routenplaner (Map&Guide) .bcr files - Файлы Motorrad Routenplaner (Map&Guide) .bcr + Файлы Motorrad Routenplaner (Map&Guide) .bcr - + MTK Logger (iBlue 747,...) Binary File Format Формат двоичных файлов MTK Logger (iBlue 747,...) - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download Загрузка MTK Logger (iBlue 747,Qstarz BT-1000,...) - MyNav TRC format - Формат MyNav TRC + Формат MyNav TRC - + Datum (default=NAD27) Система координат (по умолчанию=NAD27) - + National Geographic Topo .tpg (waypoints) National Geographic Topo .tpg (маршрутные точки) - + National Geographic Topo 2.x .tpo National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo National Geographic Topo 3.x/4.x .tpo - Navigon Waypoints - Маршрутные точки Navigon + Маршрутные точки Navigon - Delete all track points - Удалять все точки треков + Удалять все точки треков - Delete all routes - Удалять все маршруты + Удалять все маршруты - Clear the datalog - Очищать журнал данных + Очищать журнал данных - Read from datalogger buffer - Читать из буфера средства записи данных + Читать из буфера средства записи данных - NaviGPS GT-11/BGT-11 Download - Загрузка NaviGPS GT-11/BGT-11 + Загрузка NaviGPS GT-11/BGT-11 - NaviGPS GT-31/BGT-31 datalogger (.sbp) - Средство записи данных NaviGPS GT-31/BGT-31 (.sbp) + Средство записи данных NaviGPS GT-31/BGT-31 (.sbp) - NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - Двоичный файл журнала NaviGPS GT-31/BGT-31 SiRF (.sbn) + Двоичный файл журнала NaviGPS GT-31/BGT-31 SiRF (.sbn) - Navitel binary track (.bin) - Двоичный трек Navitel (.bin) + Двоичный трек Navitel (.bin) - Navitrak DNA marker format - Формат маркеров ДНК Navitrak + Формат маркеров ДНК Navitrak - NIMA/GNIS Geographic Names File - Файл географических названий NIMA/GNIS + Файл географических названий NIMA/GNIS - + Max length of waypoint name to write Максимальная длина имени маршрутной точки для записи - + Read/write GPRMC sentences Читать/записывать последовательности GPRMC - + Read/write GPGGA sentences Читать/записывать последовательности GPGGA - + Read/write GPVTG sentences Читать/записывать последовательности GPVTG - + Read/write GPGSA sentences Читать/записывать последовательности GPGSA - + Decimal seconds to pause between groups of strings Пауза (в секундах) между группами строк - + Append realtime positioning data to the output file instead of truncating Добавлять данные о расположении в реальном времени в конце выходного файла, а не усекать их - + Speed in bits per second of serial port (baud=4800) Скорость последовательного порта в битах в секунду (baud=4800) - + Write tracks for Gisteq Phototracker Записывать треки для Gisteq Phototracker - + Accept position fixes in gpgga marked invalid Принимать исправления расположения в gpgga, отмеченные как некорректные - + NMEA 0183 sentences Последовательности NMEA 0183 - Compact binary representation - Компактное двоичное представление + Компактное двоичное представление - Nokia Landmark Exchange - Nokia Landmark Exchange + Nokia Landmark Exchange - + Write additional way tag key/value pairs Записывать дополнительные пары ключ/значение меток пути - + Write additional node tag key/value pairs Записывать дополнительные пары ключ/значение меток узлов - + Use this value as custom created_by value Использовать это значение как пользовательское значение created_by - + OpenStreetMap data files Файлы данных OpenStreetMap - + Write all tracks into one file Записывать все треки в один файл - + Waypoint foreground color Цвет переднего плана маршрутных точек - + Waypoint background color Цвет фона маршрутных точек - + Proximity distance Расстояние близости - + Unit used in altitude values Единица для значений высот - + Unit used in proximity values Единица для значений близости - + codec to use for reading and writing strings (default windows-1252) кодек для чтения и записи строк (по умолчанию: windows-1252) - + OziExplorer OziExplorer - + Qstarz BL-1000 Qstarz BL-1000 - Default location - Стандартное расположение + Стандартное расположение - Raymarine Waypoint File (.rwf) - Файл маршрутных точек Raymarine (.rwf) + Файл маршрутных точек Raymarine (.rwf) - Ricoh GPS Log File - Файл журнала Ricoh GPS + Файл журнала Ricoh GPS - See You flight analysis data - Данные анализа полёта See You + Данные анализа полёта See You - + Set location finder target location as lat,lng Задать расположение цели средства поиска расположений как lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax Настроить параметр ведения журнала как tmin:tmax:dmin:dmax - + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) Позиция в видео, для которой известно точное время GPS (ччммсс[.ссс], по умолчанию: 00:00:00,000) - + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) Время GPS в позиции video_time (ччммсс[.ссс], по умолчанию: первая временная метка трека) - + GPS date at position video_time (yyyymmdd, default is first timestamp of track) Дата GPS в позиции video_time (ггггммдд, по умолчанию: первая временная метка трека) - - - + + + Seconds that GPS time tracks UTC (0: best guess) Количество секунд смещения времени GPS от UTC (0: наилучшее предполагаемое) - - - + + + GPS week rollover period we're in (-1: best guess) Актуальный период сброса номера недели GPS (-1: наилучшее предполагаемое) - + SkyTraq Venus based loggers (download) Средства записи данных на основе SkyTraq Venus (загрузка) - + First sector to be read from the file Первый сектор для чтения из файла - + Last sector to be read from the file (-1: read till empty sector) Последний сектор для чтения из файла (-1: читать до достижения пустого сектора) - + SkyTraq Venus based loggers Binary File Format Формат двоичных файлов средств записи данных на основе SkyTraq Venus - + Format for subtitles Формат для субтитров - + SubRip subtitles for video mapping (.srt) Субтитры SubRip для видеокартографирования (.srt) - Swiss Map 25/50/100 (.xol) - Swiss Map 25/50/100 (.xol) + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice Разделённые табуляциями поля для OpenOffice - Teletype [ Get Jonathon Johnson to describe - Телетайп + Телетайп - + Suppress separator lines between waypoints Подавлять разделительные линии между маршрутными точками - + Write each waypoint in a separate file Записывать каждую маршрутную точку в отдельный файл - + Textual Output Текстовый вывод - TomTom Itineraries (.itn) - Маршруты TomTom (.itn) + Маршруты TomTom (.itn) - TomTom Places Itineraries (.itn) - Маршруты TomTom Places (.itn) + Маршруты TomTom Places (.itn) - TomTom POI file (.asc) - Файл достопримечательностей TomTom (.asc) + Файл достопримечательностей TomTom (.asc) - TomTom POI file (.ov2) - Файл достопримечательностей TomTom (.ov2) + Файл достопримечательностей TomTom (.ov2) - Index of track (if more than one in source) - Индекс трека (если в источнике больше одного) + Индекс трека (если в источнике больше одного) - TrackLogs digital mapping (.trl) - Цифровая картография TrackLogs (.trl) + Цифровая картография TrackLogs (.trl) - + Write name(s) of format(s) from input session(s) Записывать названия форматов из входных сеансов - + Write filename(s) from input session(s) Записывать имена файлов из входных сеансов - + Universal csv with field structure in first line Универсальный csv со структурой полей в первой строке - + Vcard Output (for iPod) Вывод Vcard (для iPod) - Wintec TES file - Файл Wintec TES + Файл Wintec TES - Wintec WBT-100/200 Binary File Format - Формат двоичных файлов Wintec WBT-100/200 + Формат двоичных файлов Wintec WBT-100/200 - Wintec WBT-100/200 GPS Download - Загрузка Wintec WBT-100/200 GPS + Загрузка Wintec WBT-100/200 GPS - Wintec WBT-201/G-Rays 2 Binary File Format - Формат двоичных файлов Wintec WBT-201/G-Rays 2 + Формат двоичных файлов Wintec WBT-201/G-Rays 2 - - Appends the input to a backup file - Добавляет входные данные в файл резервной копии + Добавляет входные данные в файл резервной копии - - Only waypoints that are not the backup file - Только маршрутные точки, которые не хранятся в резервном файле + Только маршрутные точки, которые не хранятся в резервном файле - XAiOX iTrackU Logger - Средство записи данных XAiOX iTrackU + Средство записи данных XAiOX iTrackU - XAiOX iTrackU Logger Binary File Format - Формат двоичных файлов средства записи данных XAiOX iTrackU + Формат двоичных файлов средства записи данных XAiOX iTrackU diff --git a/gui/gpsbabelfe_de.qm b/gui/gpsbabelfe_de.qm index 86d1536dd..d9f31d0ea 100644 Binary files a/gui/gpsbabelfe_de.qm and b/gui/gpsbabelfe_de.qm differ diff --git a/gui/gpsbabelfe_de.ts b/gui/gpsbabelfe_de.ts index 238bfee12..b005887a9 100644 --- a/gui/gpsbabelfe_de.ts +++ b/gui/gpsbabelfe_de.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> @@ -471,17 +494,17 @@ p, li { white-space: pre-wrap; } default - + Select one or more input files eine oder mehrere Originaldateien markieren - + Output File Name Zieldatei-Name - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -490,7 +513,7 @@ This program cannot continue. Das Programm muss abgebrochen werden. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -499,7 +522,7 @@ This program cannot continue. Das Prgramm muss abgebrochen werden. - + Input and output formats do not support %1 Keine Unterstützung für %1 im Ein- oder Ausgabeformat @@ -512,68 +535,68 @@ Das Prgramm muss abgebrochen werden. Eingabeformat unterstützt %1. Keine Unterstützung für %2 im Ausgabeformat - + Input does not support %1; output format supports %1 Keine Unterstützung für %1 im Eingabeformat; Ausgabeformat unterstützt %1 {1;?} - + Input format supports %1; output format does not support %1 Eingabeformat unterstützt %1. Keine Unterstützung für %1 im Ausgabeformat {1;?} - + Both input and output formats support %1 Ein- und Ausgabeformat unterstützen %1 - + waypoints Wegpunkte - + tracks tracks - + routes Routen - + There are no input options for format "%1" Es gibt keine Eingabeoptionen für das Format "%1" - - + + Options for %1 Optionen für %1 - + There are no output options for format "%1" Es gibt keine Ausgabeoptionen für das Format "%1" - + No valid waypoints/routes/tracks translation specified keine gültige Angabe von Wegpunkt-/Routen-/Trackfiltern - + No input file specified keine Quelldatei angegeben - + No valid output specified keine gültiges Ziel angegeben - + No output file specified keine Zieldatei angegeben @@ -586,33 +609,33 @@ Das Prgramm muss abgebrochen werden. Prozess endete mit code %1 - + Translation successful Konvertierung erfolgreich - + Error running gpsbabel: %1 Fehler beim Aufruf von gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Sind Sie sicher, dass Sie alle Formatoptionen auf die Vorgaben stellen wollen? - + About %1 Über %1 - + One or more data filters are active Einer oder mehrere Datenfilter sind aktiviert - + No data filters are active Keine Datenfilter sind aktiv @@ -865,17 +888,17 @@ Das Prgramm muss abgebrochen werden. Map - + Error opening "gmapbase.html" file. Check installation - + Missing "gmapbase.html" file. Check installation Datei "gmapbase.html" nicht gefunden. Prüfen Sie die Installation - + Failed to load Google maps base page Fehler beim Laden der Google maps Hauptseite @@ -884,28 +907,28 @@ Das Prgramm muss abgebrochen werden. MiscFltWidget - - - - + + + + Tracks Tracks - - - - + + + + Waypoints Wegpunkte - - - - + + + + Routes Routen @@ -1137,7 +1160,7 @@ Manche Dateiformate unterstuetzen nur eine Teilmenge, entweder Wegpunkte oder Tr QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 Fehler beim Verarbeiten der Formate vom laufenden Process "gpsbabel-^3" in Zeile %1 @@ -1352,7 +1375,7 @@ Diese Option korrigiert die Uhrzeit aller Trackpunkte. Dies kann nützlich sein, - + days Tage @@ -1364,7 +1387,7 @@ Diese Option korrigiert die Uhrzeit aller Trackpunkte. Dies kann nützlich sein, - + mins shortform variant seemed sensible Min. @@ -1396,28 +1419,43 @@ Diese Option wird zusammen mit ihrem Gegenspieler verwendet, um Trackpunkte zu v Start - + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + + If checked, time specified here is based on this computer's current time zone. - Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. + Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. Wenn nicht, wird UTC angenommen. + Wenn angekreuzt, richtet sich die angegebene Zeit nach der Zeitzone dieses Computers. Wenn nicht, wird UTC angenommen. - + Local Time Lokale Zeit - - + + Use track pts before this time. Nur Trackpunkte vor diesem Zeitpunkt behalten. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. @@ -1426,18 +1464,18 @@ This option is used in conjunction with the start option to discard all trackpoi Diese Option wird zusammen mit ihrem Gegenstück verwendet, um alle Trackpunkte auβerhalb eines Zeitfensters zu verwerfen. Diese Option definiert das Ende des Fensters. - + Stop Stop - + Pack all tracks into one. no sentence Tracks zu einem Track verketten - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1450,18 +1488,18 @@ Diese Option sorgt dafür, daβ alle Tracks hintereinander zu einen gemeinsamen Diese Option eignet sich am besten dafuer, Tracks zu verbinden, die durch eine Fehlfunktion oder eine automatische 'über-Nacht-Auftrennung' aufgeteilt wurden. - + Pack guesswork, depends on context Verketten - + Merge multiple tracks for the same way. Tracks auf einem Weg mischen. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. @@ -1470,12 +1508,12 @@ This option puts all track points from all tracks into a single track and sorts Diese Option übernimmt alle Punkte aus allen Tracks in einen einzigen Track und sortiert sie nach der Zeit. Punkte mit den gleichen Zeitdaten werden entfernt. - + Merge Mischen - + Split by Date Split tracks. nach Datum teilen @@ -1499,43 +1537,43 @@ Mehrere Tracks, die sich ueber Tagesgrenzen verteilen, können so ebenfalls an D Aufspalten - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. Falls nicht Null, und wenn die Zeitdaten aufeinanderfolgender Trackpunkte gröβer sind als der angegebene Wert, wird der Track dort aufgesplittet. Bei Null wird der Track an den Datumsgrenzen aufgeteilt. - + hrs abbr point Std. - + Split by Dist. nach Entf. teilen - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. Falls nicht Null, und wenn die Distanz aufeinanderfolgender Trackpunkte gröβer ist als der angegebene Wert, wird der Track dort aufgesplittet. - + ft ft - + m m - + km km - + mi meilen @@ -1557,43 +1595,43 @@ Diese Option erzeugt GPS Fixwerte und setzt diese für alle Trackpunkte auf die Die Option wird eingesetzt, um ein Format, das keine Fixdaten enthält in eines zu konvertieren, das sie voraussetzt. - + GPS Fixes GPS Fixdaten - + none keine - + pps PPS - + dgps DGPS - + 3d 3d - + 2d 2d - + Synthesize course. no sentence Kurswerte generieren - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. @@ -1602,23 +1640,23 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo Diese Option erzeugt oder errechnet einen Wert für den GPS-Kurs an jeden Trackpunkt. Das ist insbesondere dann nützlich, wenn ein Format konvertiert werden soll, das keine Kursdaten enthält - oder für Trackpunkte die vom Mittelwert-Filter generiert wurden. Der Kurs an einem Trackpunkt ist einfach die Richtung vom vorherigen Trackpunkt zum aktuellen. Dem ersten Trackpunkt in jedem Track wird automatisch ein Wert von null Grad zugewiesen. - + Course Kurs - + Synthesize speed. no sentence Tempodaten generieren - + Split by Time nach Zeit teilen - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." @@ -1628,7 +1666,7 @@ This option computes a value for the GPS speed at each trackpoint. This is most Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wird eingesetzt, wenn ein Format konvertiert werden soll, das diese Daten nicht enthält - oder bei Trackpunkten, die vom Mittelwert-Filter generiert wurden. Das Tempo an jedem Trackpunkt ist die mittlere Geschwindigkeit vom vorherigen (Weg durch Zeit). Dem ersten Trackpunkt in allen Tracks wird der Wert 'unbekannt' zugewiesen. - + Speed Geschwindikgkeit @@ -1644,44 +1682,44 @@ Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wir UpgradeCheck - - - + + + HTTP HTTP - + Unexpected reply. - + Download failed: %1. Download fehlgeschlagen: %1. - + Download failed: %1: %2. - + Error - + Invalid return data at line %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 Eine neue Version von GPSBabel ist verfügbar.<br />Die installierte Version ist %1 <br />Die neueste Version ist %2 - + Do you wish to download an upgrade? Möchten Sie die Aktualisierung herunter laden? @@ -1690,7 +1728,7 @@ Diese Option generiert für jeden Trackpunkt einen Geschwindigkeitswert. Sie wir <center><b>Eine neue GPSBabel-Version ist verf&uumlgbar</b><br>Die Version auf diesem Computer ist %1 <br>Die neueste Version ist %2</center> - + Upgrade Update diff --git a/gui/gpsbabelfe_es.qm b/gui/gpsbabelfe_es.qm index 25587a7ab..4106d7b10 100644 Binary files a/gui/gpsbabelfe_es.qm and b/gui/gpsbabelfe_es.qm differ diff --git a/gui/gpsbabelfe_es.ts b/gui/gpsbabelfe_es.ts index 8102a6d5c..25b2f449d 100644 --- a/gui/gpsbabelfe_es.ts +++ b/gui/gpsbabelfe_es.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> @@ -548,31 +571,31 @@ Higher number provides more detailed diagnostics. Defecto - + Select one or more input files Seleccionar uno o más archivos de entrada - + Output File Name Nombre del fichero de salida - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. Se ha producido un error cuando se intentaba leer la configuración. Compruebe que el núcleo de "gpsbabel" está instalado correctamente y que se halla en la RUTA actual. Este programa no puede continuar. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. El formato de alfunos ficheros o dispositivos no se halló durante la inicialización. Compruebe que el núcleo de "gpsbabel" está instalado correctamente y que se halla en la RUTA actual. Este programa no puede continuar. - + Input and output formats do not support %1 Formatos de entrada y salida inadmisibles %1 @@ -581,68 +604,68 @@ This program cannot continue. Formatos de entrada inadmisible %1; Formatos de salida inadmisible %2 - + Input does not support %1; output format supports %1 Formatos de entrada inadmisible %1; Formatos de salida inadmisible %1 {1;?} - + Input format supports %1; output format does not support %1 - + Both input and output formats support %1 Formatos de entrada y salida admisibles (ambos) %1 - + waypoints Puntos de interés - + tracks Registro de trazados - + routes Rutas - + There are no input options for format "%1" No hay opciones de entrada para el formato "%1" - - + + Options for %1 Opciones de %1 - + There are no output options for format "%1" No hay opciones de salida para el formato "%1" - + No valid waypoints/routes/tracks translation specified Se han especificicado puntos de interés, trazados o rutas no traducibles - + No input file specified No se ha especificado el fichero de entrada - + No valid output specified El fichero de salida no es válido - + No output file specified No se ha especificado el fichero de salida @@ -655,33 +678,33 @@ This program cannot continue. El proceso terminó sin suerte y con el código %1 - + Translation successful Traducción realizada con éxito - + Error running gpsbabel: %1 Error ejecutando gpsbabel: %1 - + Are you sure you want to reset all format options to default values? ¿Estás seguro de que quieres volver a los formatos por defecto? - + About %1 Acerca de %1 - + One or more data filters are active Uno o más filtros de datos están activos - + No data filters are active Ningún filtro de datos está activo @@ -922,17 +945,17 @@ This program cannot continue. Map - + Error opening "gmapbase.html" file. Check installation - + Missing "gmapbase.html" file. Check installation No se encuentra el fichero ""gmapbase.html". Compruebe la instalación - + Failed to load Google maps base page Fallo al buscar la página básica de los mapas de Googe @@ -941,28 +964,28 @@ This program cannot continue. MiscFltWidget - - - - + + + + Tracks Trazados - - - - + + + + Waypoints Puntos de interés - - - - + + + + Routes Rutas @@ -1189,7 +1212,7 @@ Algunos formatos de datos de los GPS solo permiten utilizar una parte de los pun QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 Error al procesar los formatos seleccionados en el proceso "gpsbabel -^3" en la línea %1 @@ -1398,7 +1421,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + days días @@ -1409,7 +1432,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + mins minutos @@ -1439,45 +1462,60 @@ Esta opción se utiliza junto con la de parar (stop) para descartar puntos que f Comenzar - + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + + If checked, time specified here is based on this computer's current time zone. - Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. + Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. En caso contrario, es UTC. + Si seleccionado, los datos especificados se basan en la zona horaria de tu ordenador. En caso contrario, es UTC. - + Local Time Hora local - - + + Use track pts before this time. Usa los puntos del trazado tomados antes de esta hora. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. Usa los puntos del trazado tomados antes de esta marca de tiempo. Esta opción se usa junto con la opción comenzar para descartar todos los puntos no tomados en determinado período temporal. Esta opción define el final del período. - + Stop Parar - + Pack all tracks into one. Junta todos los trazados en uno. - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1490,17 +1528,17 @@ Esta opción hace que todos los trazados se añadan uno tras otros hasta formar Esta opción es muy útil para juntar trazados que se interrumpieron por un error en el equipo o por una parada para descansar. - + Pack Juntar - + Merge multiple tracks for the same way. Unir diversos trazados repetitivos. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. @@ -1509,12 +1547,12 @@ This option puts all track points from all tracks into a single track and sorts Esta opción pone todos los puntos de todos los trazados en un único trazado y los ordena por la marca de tiempo. Los puntos con idénticas marcas de tiempo son borrados. - + Merge Unir - + Split by Date Split tracks. Dividir trazados por fecha @@ -1537,42 +1575,42 @@ Si la entrada tiene múltiples trazados, júntalos antes de dividirlos por día. Dividir - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. Si "nonzero", el trazado será dividido si el tiempo entre dos puntos es mayor que el parámetro. Si "zero", el trazado será dividido por día. - + hrs hrs - + Split by Dist. Dividir trazados por distancia. - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. Si "nonzero", el trazado será dividido en varios trazados si la distancia entre dos puntos es mayor que el parámetro dado. - + ft ft - + m m - + km Km - + mi mi @@ -1594,42 +1632,42 @@ Esta opción fija el estatus de las correcciones GPS de todos los puntos del tra Esta opción es muy útil cuando se trata de convertir de un formato que no contiene ninguna corrección GPS a uno que la requiere. - + GPS Fixes Correcciones GPS - + none ninguno - + pps pps - + dgps dgps - + 3d 3d - + 2d 2d - + Synthesize course. Sintetizar el rumbo. - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. @@ -1638,22 +1676,22 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo Esta opción calcula (o recalcula) un valor para el rumbo de cada punto del trazado. Es muy útil para puntos de trazado en formatos que no contienen información sobre el rumbo o para puntos de trazado calculados con el filtro interpolar. El rumbo de cada punto es simplemente la dirección desde el punto previo en el trazado. El primer punto de cada trazado tiene el valor arbitrario de 0 grados. - + Course Dirección - + Synthesize speed. Calcular velocidad. - + Split by Time Dividir trazados en función del tiempo - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." @@ -1662,7 +1700,7 @@ This option computes a value for the GPS speed at each trackpoint. This is most Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del trazado. Es muy útil para puntos de trazado en formatos que no contienen información sobre la velocidad o para puntos de trazado calculados con el filtro interpolar. La velocidad de cada punto es simplemente la media (distancia partido por tiempo) desde el punto previo en el trazado. El primer punto de cada trazado tiene el valor arbitrario de "desconocido". - + Speed Velocidad @@ -1678,44 +1716,44 @@ Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del UpgradeCheck - - - + + + HTTP HTTP - + Unexpected reply. - + Download failed: %1. La descarga falló: %1. - + Download failed: %1: %2. - + Error Error - + Invalid return data at line %1: %2. Ha devuelto datos no válidos en la línea %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 Una nueva versióon de GPSBabel ha salido ya. <br />Tu versión es la %1 <br />La última versióon sería %2 - + Do you wish to download an upgrade? ¿Quieres bajarte una actualización? @@ -1724,7 +1762,7 @@ Esta opción calcula (o recalcula) un valor para la velocidad de cada punto del <center><b>Una nueva versión de GPSBabel está disponible </b><br>La versión actual es %1 <br> La versión más reciente es %2</center> - + Upgrade Actualizar diff --git a/gui/gpsbabelfe_fr.qm b/gui/gpsbabelfe_fr.qm index 5210c7575..8a277d4db 100644 Binary files a/gui/gpsbabelfe_fr.qm and b/gui/gpsbabelfe_fr.qm differ diff --git a/gui/gpsbabelfe_fr.ts b/gui/gpsbabelfe_fr.ts index 13d403bfe..1575b5e41 100644 --- a/gui/gpsbabelfe_fr.ts +++ b/gui/gpsbabelfe_fr.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> @@ -432,128 +455,128 @@ Higher number provides more detailed diagnostics. MainWindow - + Select one or more input files - + Output File Name - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. - + Input and output formats do not support %1 - + Input does not support %1; output format supports %1 - + Input format supports %1; output format does not support %1 - + Both input and output formats support %1 - + waypoints - + tracks - + routes - + There are no input options for format "%1" - - + + Options for %1 Options pour %1 - + There are no output options for format "%1" - + No valid waypoints/routes/tracks translation specified - + No input file specified - + No valid output specified - + No output file specified - + Translation successful - + Error running gpsbabel: %1 - + Are you sure you want to reset all format options to default values? - + About %1 - + One or more data filters are active - + No data filters are active @@ -782,17 +805,17 @@ This program cannot continue. Map - + Error opening "gmapbase.html" file. Check installation - + Missing "gmapbase.html" file. Check installation - + Failed to load Google maps base page @@ -801,28 +824,28 @@ This program cannot continue. MiscFltWidget - - - - + + + + Tracks Traces - - - - + + + + Waypoints Waypoints - - - - + + + + Routes Routes @@ -1014,7 +1037,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 @@ -1210,7 +1233,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + days @@ -1221,7 +1244,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + mins @@ -1249,45 +1272,35 @@ This option is used along with the stop to discard trackpoints that were recorde - - If checked, time specified here is based on this computer's current time zone. - - - - - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - - - - + Local Time - - + + Use track pts before this time. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. - + Stop - + Pack all tracks into one. - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1296,139 +1309,156 @@ This option is most useful for rejoining tracks that might have been interrupted - + Pack - + Merge multiple tracks for the same way. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. - + Merge - + Split by Date Split tracks. - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. - + hrs - + Split by Dist. - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. - + ft - + m - + km - + mi - + GPS Fixes - + none - + pps - + dgps - + 3d - + 2d - + Synthesize course. - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. - + Course - + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + + + Synthesize speed. - + Split by Time - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." - + Speed @@ -1444,49 +1474,49 @@ This option computes a value for the GPS speed at each trackpoint. This is most UpgradeCheck - - - + + + HTTP - + Unexpected reply. - + Download failed: %1. - + Download failed: %1: %2. - + Error - + Invalid return data at line %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 - + Do you wish to download an upgrade? - + Upgrade diff --git a/gui/gpsbabelfe_hu.qm b/gui/gpsbabelfe_hu.qm index dbcefd6fc..af5aa8ce1 100644 Binary files a/gui/gpsbabelfe_hu.qm and b/gui/gpsbabelfe_hu.qm differ diff --git a/gui/gpsbabelfe_hu.ts b/gui/gpsbabelfe_hu.ts index d3aabb811..45337420a 100644 --- a/gui/gpsbabelfe_hu.ts +++ b/gui/gpsbabelfe_hu.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> @@ -432,128 +455,128 @@ Higher number provides more detailed diagnostics. MainWindow - + Select one or more input files - + Output File Name - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. - + Input and output formats do not support %1 - + Input does not support %1; output format supports %1 - + Input format supports %1; output format does not support %1 - + Both input and output formats support %1 - + waypoints - + tracks - + routes - + There are no input options for format "%1" - - + + Options for %1 - + There are no output options for format "%1" - + No valid waypoints/routes/tracks translation specified - + No input file specified - + No valid output specified - + No output file specified - + Translation successful - + Error running gpsbabel: %1 - + Are you sure you want to reset all format options to default values? - + About %1 - + One or more data filters are active - + No data filters are active @@ -777,17 +800,17 @@ This program cannot continue. Map - + Error opening "gmapbase.html" file. Check installation - + Missing "gmapbase.html" file. Check installation - + Failed to load Google maps base page @@ -796,28 +819,28 @@ This program cannot continue. MiscFltWidget - - - - + + + + Tracks Nyomvonalak - - - - + + + + Waypoints Útpontok - - - - + + + + Routes Útvonalak @@ -1009,7 +1032,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 @@ -1205,7 +1228,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + days @@ -1216,7 +1239,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + mins @@ -1244,45 +1267,35 @@ This option is used along with the stop to discard trackpoints that were recorde - - If checked, time specified here is based on this computer's current time zone. - - - - - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - - - - + Local Time - - + + Use track pts before this time. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. - + Stop - + Pack all tracks into one. - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1291,139 +1304,156 @@ This option is most useful for rejoining tracks that might have been interrupted - + Pack - + Merge multiple tracks for the same way. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. - + Merge - + Split by Date Split tracks. - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. - + hrs - + Split by Dist. - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. - + ft - + m - + km - + mi - + GPS Fixes - + none - + pps - + dgps - + 3d - + 2d - + Synthesize course. - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. - + Course - + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + + + Synthesize speed. - + Split by Time - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." - + Speed @@ -1439,49 +1469,49 @@ This option computes a value for the GPS speed at each trackpoint. This is most UpgradeCheck - - - + + + HTTP - + Unexpected reply. - + Download failed: %1. - + Download failed: %1: %2. - + Error - + Invalid return data at line %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 - + Do you wish to download an upgrade? - + Upgrade diff --git a/gui/gpsbabelfe_it.qm b/gui/gpsbabelfe_it.qm index ae4a8063d..ea6b259f6 100644 Binary files a/gui/gpsbabelfe_it.qm and b/gui/gpsbabelfe_it.qm differ diff --git a/gui/gpsbabelfe_it.ts b/gui/gpsbabelfe_it.ts index 6992ab4e7..1f2e589e6 100644 --- a/gui/gpsbabelfe_it.ts +++ b/gui/gpsbabelfe_it.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,6 +32,28 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> @@ -698,17 +721,17 @@ Un numero più alto fornisce un livello di diagnosi più dettagliato.predefinite - + Select one or more input files Selezionare uno o più file in ingresso - + Output File Name Nome del file in uscita - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -717,7 +740,7 @@ This program cannot continue. Questo programma non può proseguire. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -726,7 +749,7 @@ This program cannot continue. Questo programma non può proseguire. - + Input and output formats do not support %1 I formati di ingresso e di uscita non supportano %1 @@ -739,68 +762,68 @@ Questo programma non può proseguire. Il formato in ingresso supporta %1, il formato di destinazione non supporta %2 - + Input does not support %1; output format supports %1 L'ingresso non supporta %1, il formato di destinazione supporta %1 {1;?} - + Input format supports %1; output format does not support %1 Il formato in ingresso supporta %1, il formato di destinazione non supporta %1 {1;?} - + Both input and output formats support %1 I formati di origine e di destinazione supportano %1 - + waypoints punti di interesse - + tracks tracce - + routes rotte - + There are no input options for format "%1" Non ci sono opzioni in ingresso per il formato "%1" - - + + Options for %1 Opzioni per %1 - + There are no output options for format "%1" Non ci sono opzioni in uscita per il formato "%1" - + No valid waypoints/routes/tracks translation specified Non è stato specificato alcun punto di interesse/rotta/traccia - + No input file specified Il file di origine non è stato specificato - + No valid output specified Non è stata specificata una destinazione valida - + No output file specified Il file di destinazione non è stato specificato @@ -813,34 +836,34 @@ Questo programma non può proseguire. Il processo è terminato con il codice di errorre %1 - + Translation successful Traduzione terminata con successo - + Error running gpsbabel: %1 Errore durante l'esecuzione di gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Si è certi di voler reimpostare tutte le opzioni dei formati ai valori predefiniti? - + About %1 Informazioni su %1 - + One or more data filters are active È attivo uno o più filtri di dati - + No data filters are active Nessun filtro di dati è attivo @@ -848,17 +871,17 @@ Questo programma non può proseguire. Map - + Error opening "gmapbase.html" file. Check installation - + Missing "gmapbase.html" file. Check installation Il file "gmapbase.html" manca. Verifica l'installazione - + Failed to load Google maps base page Non è stato possibile caricare la pagina di base delle mappe di Google @@ -882,28 +905,28 @@ Questo programma non può proseguire. - - - - + + + + Routes Rotte - - - - + + + + Tracks Tracce - - - - + + + + Waypoints Punti di interesse @@ -1114,7 +1137,7 @@ Qualche formato di dati del GPS supporta solo un sottoinsieme di punti di intere QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 Si è verificato un errore durante l'elaborazione dei formati da parte del processo di lavoro "gpsbabel -^3" alla linea %1 @@ -1325,7 +1348,7 @@ Questa opzione modifica la data/l'ora di tutti i punti traccia. Può essere - + days giorni @@ -1336,7 +1359,7 @@ Questa opzione modifica la data/l'ora di tutti i punti traccia. Può essere - + mins minuti @@ -1366,28 +1389,26 @@ Questa opzione viene usata congiuntamente con lo stop per scartare i punti tracc Inizio - If checked, time specified here is based on this computer's current time zone. - Se selezionato, l'ora indicata qui è basata sul fuso orario impostato nel PC. + Se selezionato, l'ora indicata qui è basata sul fuso orario impostato nel PC. - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - Se selezionato, gli orari specificati qui sono basati sul fuso orario del computer. Altrimenti saranno in UTC (fuso di Greenwich). + Se selezionato, gli orari specificati qui sono basati sul fuso orario del computer. Altrimenti saranno in UTC (fuso di Greenwich). - + Local Time Tempo locale - - + + Use track pts before this time. Usa i punti traccia prima di quest'ora. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. @@ -1396,17 +1417,17 @@ This option is used in conjunction with the start option to discard all trackpoi Questa opzione viene usata congiuntamente con l'inizio per scartare i punti traccia che sono stati salvati al di fuori di uno specifico intervallo temporale. Questa opzione specifica la fine dell'intervallo temporale. - + Stop Fine - + Pack all tracks into one. Concatena tutte le tracce in una. - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1419,17 +1440,17 @@ Questa opzione fa in modo che tutte le tracce vengano unite per formarne una sol Questa opzione è utile soprattutto per unire tracce che si sono interrotte per un malfunzionamento del dispositivo o per un arresto notturno. - + Pack Concatena - + Merge multiple tracks for the same way. Unisci più tracce per la stessa strada. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. @@ -1438,97 +1459,97 @@ This option puts all track points from all tracks into a single track and sorts Questa opzione inserisce tutti i punti di ogni traccia in una singola traccia e li ordina in base all'orario. I punti con lo stesso orario saranno tralasciati. - + Merge Unisci - + Split by Date Suddividi per data - + Split by Time Suddividi per ora - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. Se diverso da zero, la traccia verrà suddivisa se il tempo tra due punti è maggiore di questo parametro. Se zero, la traccia verrà suddivisa in base al giorno. - + hrs ore - + Split by Dist. Suddividi per distanza - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. Se non zero, la traccia in ingresso verrà suddivisa in più tracce se la distanza tra punti traccia successivi è maggiore della distanza specificata nel parametro. - + ft ft - + m m - + km km - + mi mi - + GPS Fixes Stato del GPS - + none nessuno - + pps pps - + dgps dgps - + 3d 3d - + 2d 2d - + Synthesize speed. Sintetizza la velocità. - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." @@ -1537,17 +1558,17 @@ This option computes a value for the GPS speed at each trackpoint. This is most Questa opzione calcola il valore della velocità GPS in ogni punto traccia. Risulta utile soprattutto con punti traccia tratti da un formato che non specifica informazioni sulla velocità o da punti traccia sintetizzati dal filtro di interpolazione. La velocità in ogni punto traccia è la velocità media calcolata dal punto precedente (distanza diviso il tempo). Al primo punto di ogni traccia viene assegnata una velocità "sconosciuta." - + Speed Velocità - + Synthesize course. Sintetizza la direzione. - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. @@ -1556,10 +1577,27 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo Questa opzione calcola (o ricalcola) un valore per la direzione del GPS in ogni punto traccia. Risulta utile soprattutto con punti traccia tratti da un formato che non specifica informazioni sulla direzione o da punti traccia sintetizzati dal filtro di interpolazione. La direzione in ogni punto traccia è tratta semplicemente dalla posizione del punto traccia precedente nella traccia stessa. Al primo punto di ogni traccia viene arbitrariamente assegnato un valore pari a 0 gradi. - + Course Direzione + + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + Upgrade @@ -1572,49 +1610,49 @@ Questa opzione calcola (o ricalcola) un valore per la direzione del GPS in ogni UpgradeCheck - - - + + + HTTP HTTP - + Unexpected reply. - + Download failed: %1. Scaricamento non riuscito: %1. - + Download failed: %1: %2. - + Error Errore - + Invalid return data at line %1: %2. Dati ricevuti non validi alla linea %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 È disponibile una nuova versione di GPSBabel.<br />Versione corrente: %1 <br />Nuova versione: %2 - + Upgrade Aggiorna - + Do you wish to download an upgrade? Si desidera scaricare un aggiornamento? diff --git a/gui/gpsbabelfe_ru.qm b/gui/gpsbabelfe_ru.qm index 8ce1120c1..8e1046945 100644 Binary files a/gui/gpsbabelfe_ru.qm and b/gui/gpsbabelfe_ru.qm differ diff --git a/gui/gpsbabelfe_ru.ts b/gui/gpsbabelfe_ru.ts index d1fb2ad19..077cb652e 100644 --- a/gui/gpsbabelfe_ru.ts +++ b/gui/gpsbabelfe_ru.ts @@ -16,12 +16,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2023 Robert Lipe</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> @@ -31,7 +32,29 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">$appname$</span></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$babelfeversion$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2009-2022 Robert Lipe</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GUI designed and contributed by S. Khai Mong</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LGPL Crystal Icons by Elvarado Coehlo</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(Using backend $babelversion$)</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$hash$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$date$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">$upgradetestmode$</p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Installation ID: $installationId$</p> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;"> @@ -712,17 +735,17 @@ Higher number provides more detailed diagnostics. по умолчанию - + Select one or more input files Выберите один или несколько файлов - + Output File Name Имя выходного файла - + Error reading format configuration. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -731,7 +754,7 @@ This program cannot continue. Выполнение программы не может быть продолжено. - + Some file/device formats were not found during initialization. Check that the backend program "gpsbabel" is properly installed and is in the current PATH This program cannot continue. @@ -740,7 +763,7 @@ This program cannot continue. Выполнение программы не может быть продолжено. - + Input and output formats do not support %1 Входной и выходной форматы не поддерживают %1 @@ -753,68 +776,68 @@ This program cannot continue. Входной формат поддерживает %1; выходной формат не поддерживаетt %2 - + Input does not support %1; output format supports %1 Входной формат не поддерживает %1; выходной формат поддерживает %1 - + Input format supports %1; output format does not support %1 Входной формат поддерживает %1; выходной формат не поддерживаетt %1 - + Both input and output formats support %1 Входной и выходной формат поддерживают %1 - + waypoints маршрутные точки - + tracks треки - + routes маршруты - + There are no input options for format "%1" Нет входных параметров для формата "%1" - - + + Options for %1 Параметры %1 - + There are no output options for format "%1" Нет выходных параметров для формата "%1" - + No valid waypoints/routes/tracks translation specified Не выбрано преобразование маршрутных точек/маршрутов/треков - + No input file specified Не выбран входной файл - + No valid output specified Не выбран выходной файл - + No output file specified Не выбран выходной файл @@ -827,33 +850,33 @@ This program cannot continue. Процесс завершился неудачей с кодом %1 - + Translation successful Конвертация выполнена - + Error running gpsbabel: %1 Ошибка запуска gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Вы действительно желаете сбросить все параметры формата в значения по умолчанию? - + About %1 О %1 - + One or more data filters are active Один или более фильтров данных активны - + No data filters are active Фильтры данных не активны @@ -861,17 +884,17 @@ This program cannot continue. Map - + Error opening "gmapbase.html" file. Check installation Ошибка открытия файла "gmapbase.html". Попробуйте переустановить программу - + Missing "gmapbase.html" file. Check installation Отсутствует файл "gmapbase.html". Попробуйте переустановить программу - + Failed to load Google maps base page Не удалось загрузить базовую страницу Google Maps @@ -895,28 +918,28 @@ This program cannot continue. - - - - + + + + Routes Маршруты - - - - + + + + Tracks Треки - - - - + + + + Waypoints Маршрутные точки @@ -1127,7 +1150,7 @@ Some GPS data formats support only some subset of waypoints, tracks, and routes. QObject - + Error processing formats from running process "gpsbabel -^3" at line %1 Ошибка обработки форматов при запуске процесса "gpsbabel -^3" в строке %1 @@ -1338,7 +1361,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + days дней @@ -1349,7 +1372,7 @@ This option changes the time of all trackpoints. This might be useful if your tr - + mins мин @@ -1379,28 +1402,26 @@ This option is used along with the stop to discard trackpoints that were recorde Начало - If checked, time specified here is based on this computer's current time zone. - Если включено, то время, указанное здесь, соответствует времени, указанному на компьютере. + Если включено, то время, указанное здесь, соответствует времени, указанному на компьютере. - If checked, the times specified here are based on the local computer's time zone. Otherwise it is UTC. - Если включено, то время, указанное здесь, соответствует времени, указанному на компьютере. Иначе - UTC. + Если включено, то время, указанное здесь, соответствует времени, указанному на компьютере. Иначе - UTC. - + Local Time Местное время - - + + Use track pts before this time. Использовать точки трека до этого времени. - + Use only track points before this timestamp. This option is used in conjunction with the start option to discard all trackpoints outside of a given period of time. This option defines the end of the time period. @@ -1409,17 +1430,17 @@ This option is used in conjunction with the start option to discard all trackpoi Этот параметр используется вместе со временем начала, чтобы удалить точки трека полученные вне заданного временного диапазона. Этот параметр задает конец диапазона. - + Stop Конец - + Pack all tracks into one. Упаковать все треки в один. - + Pack all tracks into one. This option causes all tracks to be appended to one another to form a single track. This option does not work if any two tracks overlap in time; in that case, consider using the merge option. @@ -1432,17 +1453,17 @@ This option is most useful for rejoining tracks that might have been interrupted Полезен для объединения треков, которые могли быть разорваны из-за перебоев в работе прибора или остановки на ночь. - + Pack Упаковать - + Merge multiple tracks for the same way. Склеить несколько треков для того же пути. - + Merge multiple tracks for the same way. This option puts all track points from all tracks into a single track and sorts them by time stamp. Points with identical time stamps will be dropped. @@ -1451,97 +1472,97 @@ This option puts all track points from all tracks into a single track and sorts Этот параметр складывает все точки трека из всех треков в единый трек и сортирует их по временным меткам. Точки с одинаковыми метками - удаляются. - + Merge Склеить - + Split by Date Разбить по дате - + Split by Time Разбить по времени - + If nonzero, the track will be split if the time between two points is greater than this parameter. If zero, the track will be split by date. Если не 0, трек будет разбит если время между двумя точками больше, чем это значение. Если ноль, трек будет разбит по дате. - + hrs ч - + Split by Dist. Разбить по расстоянию - + If nonzero, the input track will be split into several tracks if the distance between successive track points is greater than the distance given as a parameter. Если не 0, исходный трек будет разбит на несколько треков если расстояние между последовательными точками больше, чем заданное. - + ft футов - + m м - + km км - + mi миль - + GPS Fixes GPS поправки - + none нет - + pps - + dgps - + 3d - + 2d - + Synthesize speed. Синтезировать скорость. - + Synthesize speed. This option computes a value for the GPS speed at each trackpoint. This is most useful with trackpoints from formats that don't support speed information or for trackpoints synthesized by the interpolate filter. The speed at each trackpoint is the average speed from the previous trackpoint (distance divided by time). The first trackpoint in each track is assigned a speed of "unknown." @@ -1550,17 +1571,17 @@ This option computes a value for the GPS speed at each trackpoint. This is most Эта опция позволяет вычислить значение скорости в каждой точке трека. Это может понадобится для форматов, не поддерживающих скорость, или для точек, синтезированных фильтром интерполяции. Скорость в каждой точке является средней скоростью от предыдущей точки трека (расстояние, деленное на время). Первая точка каждого трека получает значение "unknown." - + Speed Скорость - + Synthesize course. Синтезировать курс. - + Synthesize course. This option computes (or recomputes) a value for the GPS heading at each trackpoint. This is most useful with trackpoints from formats that don't support heading information or for trackpoints synthesized by the interpolate filter. The heading at each trackpoint is simply the course from the previous trackpoint in the track. The first trackpoint in each track is arbitrarily assigned a heading of 0 degrees. @@ -1569,10 +1590,27 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo Эта опция позволяет вычислить (или пересчитать) значение для курса GPS в каждой точке трека. Это может понадобится для форматов, не поддерживающих азимут или для точек, синтезированных фильтром интерполяции. Азимут в каждой точке является простым углом от предыдущей точки трека. Первая точка каждого трека получает значение 0 градусов. - + Course Курс + + + + If checked, times specified here are based on this computer's current time zone. + + + + + + If checked, times specified here are UTC. + + + + + UTC + + Upgrade @@ -1585,49 +1623,49 @@ This option computes (or recomputes) a value for the GPS heading at each trackpo UpgradeCheck - - - + + + HTTP - + Unexpected reply. Неожиданный ответ. - + Download failed: %1. Загрузка завершилась неудачей: %1. - + Download failed: %1: %2. Загрузка завершилась неудачей: %1: %2. - + Error Ошибка - + Invalid return data at line %1: %2. Некорректные данные возвращены в строке %1: %2. - + A new version of GPSBabel is available.<br />Your version is %1 <br />The latest version is %2 Доступна новая версия GPSBabel.<br />Используемая версия %1 <br />Последняя доступная версия %2 - + Upgrade Обновить - + Do you wish to download an upgrade? Загрузить обновление? diff --git a/reference/help.txt b/reference/help.txt index 4aeb2c4e6..62f9fcc43 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -1,4 +1,4 @@ -GPSBabel Version 1.8.0. https://www.gpsbabel.org +GPSBabel Version 1.9.0. https://www.gpsbabel.org Usage: ./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE diff --git a/reference/usage.txt b/reference/usage.txt index c009447fb..86feadd62 100644 --- a/reference/usage.txt +++ b/reference/usage.txt @@ -1,4 +1,4 @@ -GPSBabel Version 1.8.0. https://www.gpsbabel.org +GPSBabel Version 1.9.0. https://www.gpsbabel.org Usage: ./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE